ForwardAndBackwardAnimation Methods |
The ForwardAndBackwardAnimation type exposes the following members.
| Name | Description | |
|---|---|---|
| Animate |
Animates to the next time.
(Inherited from ForwardAnimation.) | |
| Dispose | (Inherited from MinimalForwardAnimation.) | |
| Dispose(Boolean) | (Inherited from ForwardAnimation.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NextFrame |
Advances to the next frame. This method is called automatically during
rendering, and should not be called directly.
(Overrides ForwardAnimationNextFrame.) | |
| OnTimeUpdate |
Called when the user sets the Time.
(Inherited from ForwardAnimation.) | |
| Pause |
Pauses animation.
(Inherited from ForwardAnimation.) | |
| PlayBackward |
Starts animation backward.
| |
| PlayForward |
Starts animation forward.
(Inherited from ForwardAnimation.) | |
| Reset |
Resets animation to the start time.
(Inherited from ForwardAnimation.) | |
| StepBackward |
Steps animation backward.
| |
| StepForward |
Steps animation forward.
(Inherited from ForwardAnimation.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |