Esempio n. 1
0
 /// <summary>
 /// Mute or unmute all sounds
 /// </summary>
 /// <param name="enabled"></param>
 public static void EnableAllSound(bool enabled)
 {
     NativeAudioSystem.EnableAllSound(enabled);
 }