nw::lyt::AnimTransformBasic Class

Syntax

class AnimTransformBasic : public nw::lyt::AnimTransform

Description

AnimTransformBasic is a base class for animations.

Member Functions

Constructors and Destructors
AnimTransformBasic Constructor.
V ~AnimTransformBasic Destructor.
Animation
V Animate Plays the animation.
IsLoopData Determines whether the animation is looped.(Inherited from AnimTransform)
Resources
V SetResource Sets the resource used by the animation.
V Bind Binds animations.
Set/Get
GetFrame Gets the current frame position.(Inherited from AnimTransform)
SetFrame Sets the frame position.(Inherited from AnimTransform)
GetFrameSize Gets the length of the frame.(Inherited from AnimTransform)
GetFrameMax Gets the maximum value of the frame position.(Inherited from AnimTransform)
GetAnimResource Gets the animation block.(Inherited from AnimTransform)
protected SetAnimResource Sets a pointer to the animation resource.(Inherited from AnimTransform)

Class Hierarchy

nw::lyt::AnimTransform
  nw::lyt::AnimTransformBasic

Revision History

2009/09/18
Initial version.

CONFIDENTIAL