ID3DXAnimationController::SetTrackDesc method
Sets the track description.
Syntax
HRESULT SetTrackDesc(
[in] UINT Track,
[in] LPD3DXTRACK_DESC pDesc
);
Parameters
-
Track [in]
-
Type: UINT
Identifier of the track to modify.
-
pDesc [in]
-
Type: LPD3DXTRACK_DESC
Description of the track.
Return value
Type: HRESULT
If the method succeeds, the return value is S_OK. If the method fails, the return value can be one of the following values: D3DERR_INVALIDCALL, E_OUTOFMEMORY.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also