nw::lyt::TextBox::SetAnimationEnable Member Function

Syntax

virtual void SetAnimationEnable(
     const AnimResource & animRes,
     bool                           bEnable,
     bool                           bRecursive  = true
);

Arguments

Name Description
animRes Animation resource object.
bEnable The status of the animation to be set. Enabled when TRUE, disabled when FALSE.
bRecursive When TRUE, recursively processed in the child pane.

Return Values

None.

Description

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 status for the animation (AnimTransform) that uses the specified animation resource.

See Also

AnimTransform

Revision History

2009/09/18
Initial version.

CONFIDENTIAL