createImage
AssetManagerInterface::createImage
Creates an empty image and returns its pointer.
Declaration
virtual Image* createImage(const std::string& imageName) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
imageName |
const std::string& |
A unique name for the new Image. |
Returns
A pointer to an empty Image.