AnimatedScreenObject.AnimationState Enum
Definition
Section titled “Definition”Represents what state the animation is in.
public enum AnimatedScreenObject.AnimationStateFields
Section titled “Fields”Stopped
Section titled “Stopped”The animation has never been played or was forcibly stopped.
Stopped = 0Playing
Section titled “Playing”The animation is currently playing.
Playing = 1Restarted
Section titled “Restarted”The animation was either manually restarted or repeated.
Restarted = 2Finished
Section titled “Finished”The animation was played and completed.
Finished = 3Activated
Section titled “Activated”The animation is now the current animation for an entity.
Activated = 4Deactivated
Section titled “Deactivated”The animation is no longer the current animation for an entity.
Deactivated = 5