nw::lyt::AnimTransform::Animate Member Function
virtual void Animate(
u32 idx,
Pane * pPane
) = 0;
virtual void Animate(
u32 idx,
Material * pMaterial
) = 0;
| 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