getAnimationName
AssetManagerInterface::getAnimationName
Returns the name of the animation.
Declaration
virtual std::string getAnimationName(const Animation* animation) = 0;
Parameters
Name |
Type |
Description |
|---|---|---|
animation |
const Animation* |
The Animation to get the name of. |
Returns
The name of the Animation if it exists, else, returns the empty string "".