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

ID3DXAnimationController::KeyTrackPosition Method


Sets an event key that changes the local time of an animation track.

Syntax

D3DXEVENTHANDLE KeyTrackPosition(      

    UINT Track,     DOUBLE NewPosition,     DOUBLE StartTime );

Parameters

Track
[in] Identifier of the track to modify.
NewPosition
[in] New local time of the animation 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, or if no free event is available.



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