AnimatorState public enum AnimatorState The current state of an Animation. inactive The animation is not currently running, but is ready. Declaration Swift case inactive running The animation is currently active and executing. Declaration Swift case running ended The animation has just stopped, and will be reset to the inactive state. Declaration Swift case ended