Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
Animation Class Methods
For a list of all members of this type, see Animation members.
Public Methods
| Name | Description |
 | Continue | Resumes the animation if it was stopped before finishing. |
 | Play | Resets the Time to 1 and starts the Animation. |
 | Stop | Ends the currently running animation. |
Protected Methods
| Name | Description |
 | OnComplete | Called when the animation has reached its end. |
 | OnTick | Called each step in the Animation. |
See Also