AnimationController.AdvanceTime Method

Language:

Animates the mesh and advances the global animation time by a specified amount.

Definition

Visual Basic Public Sub AdvanceTime( _
    ByVal timeDelta As Double, _
    ByVal callbackHandler As HandleAnimationCallback _
)
C# public void AdvanceTime(
    double timeDelta,
    HandleAnimationCallback callbackHandler
);
C++ public:
void AdvanceTime(
    double timeDelta,
    HandleAnimationCallbackcallbackHandler
);
JScript public function AdvanceTime(
    timeDelta : double,
    callbackHandler : HandleAnimationCallback
);

Parameters

timeDelta System.Double
Amount, in seconds, by which to advance the global animation time. This value must be non-negative or 0.
callbackHandler Microsoft.DirectX.Direct3D.HandleAnimationCallback
A HandleAnimationCallback user-defined animation callback handler.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
OutOfMemoryException Leave Site Microsoft Direct3D could not allocate sufficient memory to complete the call.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center