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