Contents

AnimationLibraryComponent.AnimationCollection

A collection of animations an entity can play.

Declaration

struct AnimationCollection

Overview

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

Manipulating indices

Iterating over animations

Instance Properties

Subscripts

See Also

Animation playback