|
Untold Engine
Beta v0.0.16
docs
|
The U4DSpriteAnimation class implements sprites animations. More...
Public Member Functions | |
| U4DSpriteAnimation (U4DSprite *uSprite, SPRITEANIMATIONDATA &uSpriteAnimationData) | |
| Constructor for the class. More... | |
| ~U4DSpriteAnimation () | |
| Destructor for the class. | |
| void | runAnimation () |
| Method which runs the animation. | |
| void | play () |
| Method which starts the animation. | |
| void | stop () |
| Method which stops the animation. | |
| void | pause () |
The U4DSpriteAnimation class implements sprites animations.
| U4DEngine::U4DSpriteAnimation::U4DSpriteAnimation | ( | U4DSprite * | uSprite, |
| SPRITEANIMATIONDATA & | uSpriteAnimationData | ||
| ) |
Constructor for the class.
| uSprite | sprite entity |
| uSpriteAnimation | sprite animation |