nw::lyt::TextBox::SetAnimationEnable Member Function
virtual void SetAnimationEnable(
AnimTransform * pAnimTrans,
bool bEnable,
bool bRecursive = true
);
| Name | Description | |
|---|---|---|
pAnimTrans |
A pointer to the AnimTransform instance that enables/disables the animation. | |
| bEnable | The status of the animation to be set. Enabled when true, disabled when false. |
|
bRecursive |
When true, recursively processed in child panes. |
Sets the animation enable/disable state.
When called while passing true to bRecursive, a search is made even among child panes for the panes to set.
Sets enable/disable for the specified animation.
CONFIDENTIAL