nw::lyt::SetAnimationEnable Function

Syntax

void SetAnimationEnable(
     Group * pGroup,
     AnimTransform * pAnimTrans,
     bool                           bEnable,
     bool                           bRecursive  = true
);

Arguments

Name Description
pGroup Pointer to the group.
pAnimTrans Pointer to the animation.
bEnable Specify TRUE to enable.
bRecursive Specify TRUE to also search for child panes.

Return Values

None.

Description

Enables/disables animations for each individual pane in a group.

When called while passing TRUE to bRecursive, a search is made even among child panes for the panes to set.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL