playRepeatedly
Animations loaded from the scene file are immediately added to the scene and played repeatedly.
Declaration
static let playRepeatedly: SCNSceneSource.AnimationImportPolicyDiscussion
Using this policy is equivalent to manually loading each animation, setting its repeatCount property to INFINITY, and adding it to the appropriate element of the scene.