nw::lyt::SetAnimationEnable Function
void SetAnimationEnable(
Group * pGroup,
AnimTransform * pAnimTrans,
bool bEnable,
bool bRecursive = true
);
| Name | Description | |
|---|---|---|
pGroup |
Pointer to the group. | |
pAnimTrans |
Pointer to the animation. | |
| bEnable | Specify TRUE to enable. | |
bRecursive |
Specify TRUE to also search for child panes. |
Enables/disables animations for each individual pane in a group.
When called while passing TRUE to bRecursive, a search is made even among child panes for the panes to set.
CONFIDENTIAL