![]() |
![]() |
![]() |
Gets an animation set.
Syntax
HRESULT GetAnimationSet(
UINT Index, LPD3DXANIMATIONSET *ppAnimSet );
Parameters
- Index
- [in] Index of the animation set.
- ppAnimSet
- [out] Pointer to the ID3DXAnimationSet animation set.
Return Value
If the method succeeds, the return value is S_OK.
If the method fails, the following value will be returned.
D3DERR_INVALIDCALL The method call is invalid. For example, a method's parameter may have an invalid value.
Remarks
The animation controller contains an array of animation sets. This method returns one of them at the given index.