nw::lyt::AnimTransformBasic::Bind Member Function
virtual void Bind(
Material * pMaterial,
bool bDisable = false
);
| Name | Description | |
|---|---|---|
pMaterial |
Pointer to the material. | |
bDisable |
Specify TRUE when binding an animation in a disabled state. |
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.
CONFIDENTIAL