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