nw::lyt::Material::SetAnimationEnable Member Function

Syntax

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

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

List of Overloaded Member Functions

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

Description of SetAnimationEnable ( AnimTransform *, bool )

Sets enable/disable for the specified animation.

Description of SetAnimationEnable ( const AnimResource &, bool )

Sets enable/disable status for the animation (AnimTransform) that uses the specified animation resource.


CONFIDENTIAL