d3d9.dllKeyTrackEnable
Microsoft DirectX 9.0 SDK Update (October 2004)

ID3DXAnimationController::KeyTrackEnable Method


Sets an event key that enables or disables an animation track.

Syntax

D3DXEVENTHANDLE KeyTrackEnable(      

    UINT Track,     BOOL NewEnable,     DOUBLE StartTime );

Parameters

Track
[in] Identifier of the animation track to modify.
NewEnable
[in] Enable flag. Set this to TRUE to enable the animation track, or to FALSE to disable the track.
StartTime
[in] Global time key. Specifies the global time when the change will take place.

Return Value

Event handle to the priority blend event.

NULL is returned if Track is invalid.



© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.