| Constructors构造函数 |
Create and initalize hgeAnimation object.创建和初始化hgeAnimation对象 |
| Operators操作 |
hgeAnimation operators.hgeAnimation操作 |
| |
|
| Play |
Starts playing animation.开始播放动画 |
| Stop |
Stops playing animation.停止播放动画 |
| Resume |
Resumes animation.继续动画 |
|
| Update |
Updates animation.更新动画 |
| IsPlaying |
Tests if animation is playing.测试动画是否在播放 |
| |
|
| SetMode |
Sets the playback mode.设置播放模式 |
| SetSpeed |
Sets the playback speed.设置播放速度 |
| SetFrame |
Sets the current animation frame.设置当前动画帧 |
| SetFrames |
Sets the overall number of animation frames.设置动画帧全部的数 |
| |
|
| GetMode |
Returns the current playback mode.返回当前播放模式 |
| GetSpeed |
Returns the current playback speed.返回当前播放速度 |
| GetFrame |
Returns the current animation frame.返回当前动画帧 |
| GetFrames |
Returns the overall number of animation frames.返回动画帧全部的数 |