AnimationController.AdvanceTime Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Animates the mesh and advances the global animation time by a specified amount.
Definition
Visual Basic .NET |
Public Sub AdvanceTime( _ ByVal timeDelta As Double _ ) |
C# |
public void AdvanceTime( double timeDelta ); |
Managed C++ |
public: void AdvanceTime( double timeDelta ); |
JScript .NET |
public function AdvanceTime( timeDelta : double ); |
Parameters
timeDelta
|
System.Double. Amount, in seconds, by which to advance the global animation time. This value must be non-negative or 0. |
Remarks
Exceptions
InvalidCallException
|
The method call is invalid. For example, a method's parameter might contain an invalid value. |
OutOfMemoryException  |
Microsoft® Direct3D® could not allocate sufficient memory to complete the call. |
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center