ForwardAnimation Class |
Namespace: AGI.Foundation.Graphics.Advanced
The ForwardAnimation type exposes the following members.
Name | Description | |
---|---|---|
AnimatingForward |
Gets or sets a value indicating whether or not animation is in the forward direction.
If , animation is going backwards.
| |
IsAnimating |
Gets whether or not animation is playing.
(Overrides MinimalForwardAnimationIsAnimating.) | |
IsPaused |
Gets whether or not animation is paused.
| |
IsReset |
Gets whether or not animation has been reset.
| |
IsStopped |
Gets whether or not animation is stopped.
| |
MessageLoopType |
Gets or sets the type of message loop, Windows Forms or Windows Presentation Foundation, employed
by the application. By default, this is set to
MessageLoopType.AutoDetect.
| |
NextTime |
Gets the next animation time.
| |
RefreshRate |
Gets or sets the rate (fastest or fixed) at which the scene is refreshed during rendering.
(Overrides MinimalForwardAnimationRefreshRate.) | |
State |
Gets or sets the current animation state.
| |
TargetedFramesPerSecond |
Gets or sets the targeted frames per second if RefreshRate is set to
use TargetedFramesPerSecond.
(Overrides MinimalForwardAnimationTargetedFramesPerSecond.) | |
Time |
Gets or sets the current animation time.
|
Name | Description | |
---|---|---|
Animate |
Animates to the next time.
| |
Dispose | (Inherited from MinimalForwardAnimation.) | |
Dispose(Boolean) | (Overrides MinimalForwardAnimationDispose(Boolean).) | |
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.
| |
OnTimeUpdate |
Called when the user sets the Time.
| |
Pause |
Pauses animation.
| |
PlayForward |
Starts animation forward.
| |
Reset |
Resets animation to the start time.
(Overrides MinimalForwardAnimationReset.) | |
ResetTime |
Resets the current animation time.
| |
StepForward |
Steps animation forward.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ValidateAnimation |
Validates that animation can occur, throwing an exception if it cannot.
|
Name | Description | |
---|---|---|
HasReset |
Occurs if animation has reset.
| |
Paused |
Occurs if animation has paused.
| |
Started |
Occurs if animation has paused.
| |
Stopped |
Occurs if animation has stopped.
|