Version 24.2 (latest)

Animation Class Methods

For a list of all members of this type, see Animation members.

Public Methods
 NameDescription
Public MethodContinueResumes the animation if it was stopped before finishing.  
Public MethodPlayResets the Time to 1 and starts the Animation.  
Public MethodStopEnds the currently running animation.  
Protected Methods
 NameDescription
Protected MethodOnCompleteCalled when the animation has reached its end.  
Protected MethodOnTickCalled each step in the Animation.  
See Also