u16 CalcAnimationNum( Pane * pPane, bool bRecursive ) const; u16 CalcAnimationNum( Material * pMaterial ) const; u16 CalcAnimationNum( Group * pGroup, bool bRecursive ) const;
| 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. |
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.
This function calculates the number of animations to be bound to the material given by pMaterial.
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