Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.45 KB

id3dxanimationcontroller--getnumanimationsets.md

File metadata and controls

66 lines (41 loc) · 1.45 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Returns the number of animation sets currently registered in the animation controller.
1aacc84d-5025-4601-9a6c-84b3d9b06012
ID3DXAnimationController::GetNumAnimationSets method (D3dx9anim.h)
reference
05/31/2018
APIRef
kbSyntax
ID3DXAnimationController.GetNumAnimationSets
COM
d3dx9.lib
d3dx9.dll

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
D3dx9anim.h
Library
D3dx9.lib

See also

ID3DXAnimationController