Skip to content

Audio Manager

Avinash Boddu edited this page Jan 1, 2024 · 1 revision

The Audio Manager is an autoloaded singleton with 3 properties:

  • Master Volume
  • Music Volume
  • SFX Volume

All properties can be set to a float between 0 and 1, and will adjust the Audio Buses, and save configs accordingly. The values will automatically be instantiated based on a config file ./config.ini or from default settings.

Clone this wiki locally