AnimationLibraryComponent.AnimationCollection
A collection of animations an entity can play.
Declaration
struct AnimationCollectionOverview
You use AnimationCollection to access animations in an AnimationLibraryComponent.
The initializers for AnimationLibraryComponent create an AnimationCollection, so you don’t need to create one directly. You can access the collection with the animations property.
Topics
Creating an animation collection
Accessing animations
subscript(_:)subscript(_:)subscript(_:)AnimationLibraryComponent.AnimationCollection.SubSequenceAnimationLibraryComponent.AnimationCollection.Element