Enum AnimatorState
The state of the animator
Namespace : SpriteAnimations
Fields
Name | Description |
---|---|
Paused | The animator is paused, meaning it will not change frames of the current animation untill it is resumed |
Playing | The animator is playing the last defined animation |
Stopped | The animator is stopped, meaning no animation is currently defined. |