nw::lyt::AnimTransform::Animate Member Function

Syntax

virtual void Animate(
     u32 idx,
     Pane * pPane
) = 0;

virtual void Animate(
     u32 idx,
     Material * pMaterial
) = 0;

List of Overloaded Member Functions

Animate ( u32, Pane * ) Plays the animation.
Animate ( u32, Material * ) Plays the animation.

Description of Animate ( u32, Pane * )

Plays the animation specified by idx in the pane specified by pPane.

Description of Animate ( u32, Pane * )

Plays the animation specified by idx in the material specified by pMaterial.


CONFIDENTIAL