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

Syntax

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

Arguments

Name Description
animRes Reference to the animation resource object.
bEnable The state to be set.

Return Values

None.

Description

Sets the animation enable/disable state.

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