?/TD> |
Microsoft DirectX 9.0 |
Gets the animation set.
Syntax
HRESULT GetAnimationSet(
DWORD iAnimationSet, LPD3DXANIMATIONSET *ppAnimSet );
Parameters
- iAnimationSet
- [in] Index of the animation set.
- ppAnimSet
- [out, retval] Pointer to the animation set that is returned.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The mixer contains an array of animation sets. This method returns one of them at the given index.