resumeAnimation
Script::resumeAnimation
Resumes an Animation on an Entity.
Declaration
void resumeAnimation(Entity entity);
Parameters
Name |
Type |
Description |
|---|---|---|
entity |
The Entity to play the Animation of. It must have a Renderable Component. |
|
animationIndex |
uint32_t |
The animation to resume, indexed on |
Returns
None.