nw::lyt::AnimTransformBasic::Animate Member Function
virtual void Animate(
u32 idx,
Pane * pPane
);
virtual void Animate(
u32 idx,
Material * pMaterial
);
| Animate ( u32, Pane * ) | Plays the animation. |
| Animate ( u32, Material * ) | Plays the animation. |
Plays the animation specified by idx in the pane specified by pPane.
Plays the animation specified by idx in the material specified by pMaterial.
CONFIDENTIAL