Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 893 Bytes

global-audio-settings.md

File metadata and controls

21 lines (15 loc) · 893 Bytes

Global audio settings

Beginner Programmer

Global audio settings apply to all the audio in your project.

You can control the global audio settings by accessing the AudioEngine properties class:

Property Function
MasterVolume Sets the master volume.
PauseAudio Pauses all audio.
ResumeAudio Resumes all audio.

You can also control sounds individually using the SoundInstance API.

See also