destroySound

AssetManager::destroySound

Destroys a sound.

Declaration

void destroySound(const std::string& soundName);

Parameters

Name

Type

Description

soundName

const std::string&

The name of the Sound to destroy.

Returns

None.