Version

AnimationBase class Methods

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

Public Methods
 NameDescription
Public MethoddisposeDisposes of the animation object.  
Public MethodonBeginShould be overriden on the base class. Notifies the Animation that it is about to Begin  
Public MethodonEndShould be overriden on the base class. Notifies the Animation that the animation has ended.  
Public MethodonNextShould be overriden on the base class. Fired for each tick of the Animation  
Public MethodplayStarts the Animation  
Public MethodstopEnds the Animation.  
See Also