AnimationController.UnkeyAllTrackEvents Method |
Language: |
Removes all events from a specified animation track.
Visual Basic Public Sub UnkeyAllTrackEvents( _
ByVal track As Integer _
)C# public void UnkeyAllTrackEvents(
int track
);C++ public:
void UnkeyAllTrackEvents(
int track
);JScript public function UnkeyAllTrackEvents(
track : int
);
track System.Int32
Identifier of the track from which to remove events.
This method prevents the execution of all events previously scheduled on the track, and discards all data associated with those events.
Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
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