Enum AnimatedScreenObject.AnimationState
Represents what state the animation is in.
Namespace: SadConsole
Assembly: SadConsole.dll
Syntax
public enum AnimatedScreenObject.AnimationState
Fields
Name | Description |
---|---|
Activated | The animation is now the current animation for an entity. |
Deactivated | The animation is no longer the current animation for an entity. |
Finished | The animation was played and completed. |
Playing | The animation is currently playing. |
Restarted | The animation was either manually restarted or repeated. |
Stopped | The animation has never been played or was forcibly stopped. |