<!--
{
  "availability" : [
    "iOS: 8.0.0 - 26.0.0",
    "iPadOS: 8.0.0 - 26.0.0",
    "macCatalyst: 13.1.0 - 26.0.0",
    "macOS: 10.8.0 - 26.0.0",
    "tvOS: 9.0.0 - 26.0.0",
    "visionOS: 1.0.0 - 26.0.0",
    "watchOS: 3.0.0 - 26.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SceneKit",
  "identifier" : "/documentation/SceneKit/SCNSceneSource/AnimationImportPolicy",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "SceneKit"
    ],
    "preciseIdentifier" : "c:@T@SCNSceneSourceAnimationImportPolicy"
  },
  "title" : "SCNSceneSource.AnimationImportPolicy"
}
-->

# SCNSceneSource.AnimationImportPolicy

Options for playing animations loaded from a scene file, used with the [`animationImportPolicy`](/documentation/SceneKit/SCNSceneSource/LoadingOption/animationImportPolicy) key in options dictionaries.

```
struct AnimationImportPolicy
```

## Topics

### Type Properties

[`doNotPlay`](/documentation/SceneKit/SCNSceneSource/AnimationImportPolicy/doNotPlay)

Animations are not loaded from the scene file.

[`play`](/documentation/SceneKit/SCNSceneSource/AnimationImportPolicy/play)

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

[`playRepeatedly`](/documentation/SceneKit/SCNSceneSource/AnimationImportPolicy/playRepeatedly)

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

[`playUsingSceneTimeBase`](/documentation/SceneKit/SCNSceneSource/AnimationImportPolicy/playUsingSceneTimeBase)

Animations loaded from the scene file are immediately added to the scene and played according to the scene’s [`sceneTime`](/documentation/SceneKit/SCNSceneRenderer/sceneTime) property.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)