![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Handles shared audio settings like volume. More...
Protected Member Functions | |
virtual void | Save () |
Save the audio settings. More... | |
virtual void | Load () |
Load the audio settings. More... | |
Static Protected Member Functions | |
static void | CreateNewAudioManager () |
Creates the audio manager. More... | |
Protected Attributes | |
AudioManagerData | data |
The settings data. More... | |
Static Protected Attributes | |
static AudioManager | instance |
The singleton instance. More... | |
Properties | |
float | SfxVolume [get, set] |
Gets or sets the sfx volume. More... | |
float | MusicVolume [get, set] |
Gets or sets the music volume. More... | |
static AudioManager | Instance [get] |
Get the instance More... | |
Handles shared audio settings like volume.
|
staticprotected |
Creates the audio manager.
|
protectedvirtual |
Load the audio settings.
|
protectedvirtual |
Save the audio settings.
|
protected |
The settings data.
|
staticprotected |
The singleton instance.
|
staticget |
Get the instance
|
getset |
Gets or sets the music volume.
|
getset |
Gets or sets the sfx volume.