nw::lyt::Material::SetAnimationEnable Member Function
virtual void SetAnimationEnable(
AnimTransform * pAnimTrans,
bool bEnable
);
virtual void SetAnimationEnable(
const AnimResource & animRes,
bool bEnable
);
| SetAnimationEnable ( AnimTransform *, bool ) | Sets the animation enable/disable state. |
| SetAnimationEnable ( const AnimResource &, bool ) | Sets the animation enable/disable state. |
Sets enable/disable for the specified animation.
Sets enable/disable status for the animation (AnimTransform) that uses the specified animation resource.
CONFIDENTIAL