AnimationController.AdvanceTime(Double) Method (Microsoft.DirectX.Direct3D)
Animates the mesh and advances the global animation time by a specified amount.
Definition
Visual Basic Public Sub AdvanceTime( _
ByVal timeDelta As Double _
)C# public void AdvanceTime(
double timeDelta
);C++ public:
void AdvanceTime(
double timeDelta
);JScript 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
The method call is invalid. For example, a method's parameter might contain an invalid value.
Microsoft Direct3D could not allocate sufficient memory to complete the call.