ID3DXAnimationController::KeyTrackEnable
Sets an event key that enables or disables an animation track.
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 Values
Event handle to the priority blend event. NULL is returned if Track is invalid.
Requirements
Header: Declared in D3dx9anim.h.