AreSoundEffectsEnabled
Introduction
Code Example
AudioManager.AreSoundEffectsEnabled = false;
// This will not do anything:
AudioManager.Play(SoundEffectObject);Already-playing SoundEffects will continue to play
Last updated
Was this helpful?