SoundSystem Class

Namespace
Atavism
Base Types
  • object
graph BT Type-->Base0["object"] Type["SoundSystem"] class Type type-node

Syntax

public class SoundSystem

Properties

Name Value Summary
MusicVolume float
static
SoundEffectVolume float
static

Methods

Name Value Summary
LoadSoundSettings() void
static
PlayMusic(AudioSource) void
static
PlaySound(AudioSource) void
static
ResetSoundSettings() void
static
SaveSoundSettings() void
static