u16 CalcAnimationNum( Pane * pPane, bool bRecursive ) const;
| Name | Description | |
|---|---|---|
pPane |
Pointer to the pane. | |
bRecursive |
Specifies whether to also search for child panes. |
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.
CONFIDENTIAL