destroyImage
AssetManager::destroyImage
Destroys an image.
Declaration
void destroyImage(const std::string& imageName);
Parameters
Name |
Type |
Description |
|---|---|---|
imageName |
const std::string& |
The name of the Image to destroy. |
Returns
None.
AssetManager::destroyImage
Destroys an image.
void destroyImage(const std::string& imageName);
Name |
Type |
Description |
|---|---|---|
imageName |
const std::string& |
The name of the Image to destroy. |
None.