![]() |
![]() |
![]() |
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.