?/TD>
Microsoft DirectX 9.0

ID3DXAnimationController::KeyTrackEnable Method


Keys, or sets the track enable. This enables or disables the track settings.

Syntax

HRESULT KeyTrackEnable(      

    DWORD Track,     BOOL NewEnable,     DOUBLE StartTime );

Parameters

Track
[in] Track to modify.
NewEnable
[in] Enable flag. Set this to TRUE to enable the track and to FALSE to disable it.
StartTime
[in] Global time key. Specifies the global time that the change will take place.

Return Value

If the method succeeds, the return value is D3D_OK.

If the method fails, the return value can be one of the following values.

D3DERR_INVALIDCALLThe method call is invalid. For example, a method's parameter may have an invalid value.
E_OUTOFMEMORYMicrosoft?Direct3D?could not allocate sufficient memory to complete the call.


See Also

ID3DXAnimationController::KeyTrackAnimationTime, ID3DXAnimationController::KeyTrackSpeed, ID3DXAnimationController::KeyTrackWeight


© 2002 Microsoft Corporation. All rights reserved.