Enum AnimationState
The current state of the animation.
Namespace: Gorgon.Animation
Assembly: Gorgon.Animation.dll
Syntax
public enum AnimationState
Fields
Name | Description |
---|---|
Paused | The animation is paused. When it starts playing again, it will continue from where it left off. |
Playing | The animation is playing. |
Stopped | The animation is stopped. When it starts playing again, it will restart. |