nw::lyt::AnimTransform::Bind Member Function
virtual void Bind(
Material * pMaterial,
bool bDisable = false
) = 0;
| 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