nw::lyt::Pane::UnbindAnimation Member Function
virtual void UnbindAnimation(
AnimTransform * pAnimTrans,
bool bRecursive = true
);
| Name | Description | |
|---|---|---|
pAnimTrans |
Pointer to the animation. | |
bRecursive |
Specify TRUE to also search for child panes. |
Clears a bound animation.
All bound animations are cleared when NULL is passed in pAnimTrans. (Same as UnbindAllAnimation())
CONFIDENTIAL