nw::lyt::Bounding::BindAnimation Member Function
virtual void BindAnimation(
AnimTransform * pAnimTrans,
bool bRecursive = true,
bool bDisable = false
);
| Name | Description | |
|---|---|---|
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 animations.
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