D3DXFrameNumNamedMatrices function

Counts number of frames in a subtree that have non-null names.

Syntax

UINT D3DXFrameNumNamedMatrices(
  _In_ const D3DXFRAME *pFrameRoot
);

Parameters

pFrameRoot [in]

Type: const D3DXFRAME*

Pointer to the root node of the subtree.

Return value

Type: UINT

Returns the frame count.

Requirements

Requirement Value
Header
D3dx9anim.h
Library
D3dx9.lib

See also

Animation Functions