Method PlaySound
PlaySound(string)
Plays the specified sound as mono audio from the location of this object.
public Task PlaySound(string soundName)
Parameters
soundNamestringThe name of the sound to play.
Plays the specified sound as mono audio from the location of this object.
public Task PlaySound(string soundName)
soundName stringThe name of the sound to play.