nw::lyt::BindAnimation Function
void BindAnimation(
Group * pGroup,
AnimTransform * pAnimTrans,
bool bRecursive = true,
bool bDisable = false
);
| Name | Description | |
|---|---|---|
pGroup |
Pointer to the group. | |
pAnimTrans |
Pointer to the animation. | |
bRecursive |
Specify TRUE to also search for child panes. | |
bDisable |
Specify TRUE when binding an animation in a disabled state. |
Binds an animation to each individual pane in a group.
When called while passing TRUE to bRecursive, the panes to be bound are also searched for among the child panes.
If TRUE is passed in bDisable when this function is called, animations are bound in a disabled state. To enable, use SetAnimationEnable.
CONFIDENTIAL