nw::lyt::Bounding::SetAnimationEnable Member Function

Syntax

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

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

List of Overloaded Member Functions

SetAnimationEnable ( AnimTransform *, bool, bool ) Sets the animation enable/disable state.
SetAnimationEnable ( const AnimResource &, bool, bool ) Sets the animation enable/disable state.

Description of SetAnimationEnable ( AnimTransform *, bool, bool )

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.

Description of SetAnimationEnable ( const AnimResource &, bool, bool )

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.


CONFIDENTIAL