nw::lyt::AnimTransformBasic::Bind Member Function

Syntax

virtual void Bind(
     Material * pMaterial,
     bool                 bDisable    = false
);

Arguments

Name Description
pMaterial Pointer to the material.
bDisable Specify TRUE when binding an animation in a disabled state.

Return Values

None.

Description

Binds animations.

Binds an animation to the material specified by pMaterial.

If TRUE is passed in bDisable when this function is called, animations are bound in a disabled state.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL