AnimationController.KeyTrackEnable Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Sets an event key that enables or disables an animation track.
Definition
Visual Basic .NET |
Public Function KeyTrackEnable( _ ByVal track As Integer, _ ByVal newEnable As Boolean, _ ByVal startTime As Double _ ) As Integer |
C# |
public int KeyTrackEnable( int track, bool newEnable, double startTime ); |
Managed C++ |
public: int KeyTrackEnable( int track, bool newEnable, double startTime ); |
JScript .NET |
public function KeyTrackEnable( track : int, newEnable : boolean, startTime : double ) :
int; |
Parameters
track
|
System.Int32. Identifier of the animation track to modify. |
newEnable
|
System.Boolean. Set to true to enable the animation track. Set to false to disable the animation track. |
startTime
|
System.Double. Global time key that specifies the global time at which the change will occur. |
Return Value
System.Int32
. Priority blend event. If the track is invalid, a value of 0 is returned.
© 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