pauseAnimation
GraphicsModuleInterface::pauseAnimation
Pauses an Animation of an Entity.
Declaration
virtual void pauseAnimation(Entity entity) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
entity |
The Entity to pause the Animation of. It must have a Renderable Component. |
Returns
None.