nw::lyt::AnimResource::CalcAnimationNum Member Function

Syntax

u16 CalcAnimationNum(
     Pane * pPane,
     bool             bRecursive
) const;

u16 CalcAnimationNum(
     Material * pMaterial
) const;

u16 CalcAnimationNum(
     Group * pGroup,
     bool             bRecursive
) const;

List of Overloaded Member Functions

CalcAnimationNum ( Pane *, bool ) Calculates the number of animations to be bound.
CalcAnimationNum ( Material * ) Calculates the number of animations to be bound.
CalcAnimationNum ( Group *, bool ) Calculates the number of animations to be bound.

Description of CalcAnimationNum ( Pane *, bool )

This function calculates the number of animations to be bound to the pane given by pPane.

When called with bRecursive specified as TRUE, panes to be bound are also searched for among the child panes.

Description of CalcAnimationNum ( Material * )

This function calculates the number of animations to be bound to the material given by pMaterial.

Description of CalcAnimationNum ( Group *, bool )

This function calculates the number of animations to be bound that are included in the group given by pGroup.

When called with bRecursive specified as TRUE, panes to be bound are also searched for among the child panes.


CONFIDENTIAL