findImageByName
AssetManagerInterface::findImageByName
Returns the image associated with the name.
Declaration
virtual Image* findImageByName(const std::string& imageName) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
imageName |
const std::string& |
The name of the Image. |
Returns
A pointer to an Image if the name is associated with a image, else, returns nullptr
.