Contents

playRepeatedly

Animations loaded from the scene file are immediately added to the scene and played repeatedly.

Declaration

static let playRepeatedly: SCNSceneSource.AnimationImportPolicy

Discussion

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.

See Also

Type Properties