Sound.Find

static Sound Find(string soundId)

Looks for a Sound asset that’s already loaded, matching the given id!

   
string soundId Which Sound are you looking for?
RETURNS: Sound A link to the sound matching ‘soundId’, null if none is found.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!