Exemplo n.º 1
0
 public static Guid PlayLocalizedSound(string name, AudioEmitter emitter)
 {
     return(SoundController.PlayLocalizedSound(name, emitter, false, 1.0f, 0.0f, 0.0f));
 }
Exemplo n.º 2
0
 public static Guid PlaySound(string name)
 {
     return(SoundController.PlaySound(name, false, 1.0f, 0.0f, 0.0f));
 }