destroySound
AssetManagerInterface::destroySound
Destroys a sound.
Declaration
virtual void destroySound(const std::string& soundName) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
soundName |
const std::string& |
The name of the Sound to destroy. |
Returns
None.