Microsoft DirectX 9.0 SDK Update (October 2004)

AnimationController.ResetTime Method

Language:

Note: This documentation is preliminary and is subject to change.

Resets the global animation time to zero. Any pending events retain their original schedules, but in the new time frame.

Definition

Visual Basic .NET Public Sub ResetTime()
C# public void ResetTime();
Managed C++ public: void ResetTime();
JScript .NET public function ResetTime();

Remarks

This method is typically used when the global animation time value nears the maximum precision of DOUBLE storage, or 264 - 1.

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.


© 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