getImageName

AssetManagerInterface::getImageName

Returns the name of the image.

Declaration

virtual std::string getImageName(const Image* image) = 0;

Parameters

Name

Type

Description

image

const Image*

The Image to get the name of.

Returns

The name of the Image if it exists, else, returns the empty string "".