ID3DXAnimationController::GetNumAnimationSets method
Returns the number of animation sets currently registered in the animation controller.
Syntax
UINT GetNumAnimationSets();
Parameters
This method has no parameters.
Return value
Type: UINT
Number of animation sets.
Remarks
The controller contains any number of animations sets and tracks. Animation sets can be registered with RegisterAnimationOutput. An animation controller created by a call to D3DXLoadMeshHierarchyFromX will automatically register loaded animation sets.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also