---
title: doNotPlay
framework: scenekit
role: symbol
role_heading: Type Property
path: scenekit/scnscenesource/animationimportpolicy/donotplay
---

# doNotPlay

Animations are not loaded from the scene file.

## Declaration

```swift
static let doNotPlay: SCNSceneSource.AnimationImportPolicy
```

## Discussion

Discussion To play animations stored in the scene file, load them manually using the entryWithIdentifier:withClass: method.

## See Also

### Type Properties

- [play](scenekit/scnscenesource/animationimportpolicy/play.md)
- [playRepeatedly](scenekit/scnscenesource/animationimportpolicy/playrepeatedly.md)
- [playUsingSceneTimeBase](scenekit/scnscenesource/animationimportpolicy/playusingscenetimebase.md)
