destroyAnimation

AssetManagerInterface::destroyAnimation

Destroys an animation.

Declaration

virtual void destroyAnimation(const std::string& animationName) = 0;

Parameters

Name

Type

Description

animationName

const std::string&

The name of the Animation to destroy.

Returns

None.