Sprite |
Animations | A list of animations that can be played. Some animations can consist of multiple frames. If a sprite is static, it will only contain a single default animation. |
GetAnimation | Get an animation by its index. Returns null if out of bounds. |
GetAnimationIndex | Get the index of an animation by its name. Returns -1 if not found. |