nw::lyt::UnbindAnimation Function
void UnbindAnimation(
Group * pGroup,
AnimTransform * pAnimTrans,
bool bRecursive = true
);
| Name | Description | |
|---|---|---|
pGroup |
Pointer to the group. | |
pAnimTrans |
Pointer to the animation. | |
bRecursive |
Specify true to also search for child panes. |
Unbinds the animations from each individual pane in a group.
CONFIDENTIAL