nw::lyt::AnimTransform::Bind Member Function
virtual void Bind(
Pane * pPane,
bool bRecursive,
bool bDisable = false
) = 0;
| Name | Description | |
|---|---|---|
pPane |
Pointer to the pane. | |
bRecursive |
Specify TRUE to search recursively. | |
bDisable |
Specify TRUE when binding an animation in a disabled state. |
Binds animations.
Binds an animation to the pane specified by pPane.
If called with bRecursive specified as TRUE, the pane is searched for even among children of pPane.
If TRUE is passed in bDisable when this function is called, animations are bound in a disabled state.
CONFIDENTIAL