AnimationController.KeyTrackEnable Method |
Language: |
Sets an event key that enables or disables an animation track.
Visual Basic Public Function KeyTrackEnable( _
ByVal track As Integer, _
ByVal newEnable As Boolean, _
ByVal startTime As Double _
) As IntegerC# public int KeyTrackEnable(
int track,
bool newEnable,
double startTime
);C++ public:
int KeyTrackEnable(
int track,
bool newEnable,
double startTime
);JScript public function KeyTrackEnable(
track : int,
newEnable : boolean,
startTime : double
) : int;
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.
System.Int32
Priority blend event. If the track is invalid, a value of 0 is returned.
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