For animations attached to SceneKit objects, a list of events attached to an animation.
SDKs
- iOS 8.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Scene
Kit
Declaration
@property(nonatomic, copy) NSArray<SCNAnimation Event *> *animationEvents;
Discussion
An array of SCNAnimation
objects, each of which adds a timed action to the animation.
For example, you can create animation events that play sound effects timed to match the footsteps of an animated game character or that add new nodes to the scene when an animation completes.
To attach animations to SceneKit objects, see SCNAnimatable
.