createSound

AssetManagerInterface::createSound

Creates an empty sound and returns its pointer.

Declaration

Sound* createSound(const std::string& soundName);

Parameters

Name

Type

Description

soundName

const std::string&

A unique name for the new Sound.

Returns

A pointer to an empty Sound.