- Namespace
- Atavism
- Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["UIMusicSettings"]
class Type type-node
Syntax
public class UIMusicSettings : MonoBehaviour
Fields
| Name | Constant Value | Summary |
|---|---|---|
| ambientVol | ||
| footstepsVol | ||
| masterMixer | ||
| masterVol | ||
| musicVol | ||
| sfxVol | ||
| uiVol |
Methods
| Name | Value | Summary |
|---|---|---|
| SetAmbientLev |
void | |
| SetFootstepsLev |
void | |
| SetMasterLev |
void | |
| SetMusicLev |
void | |
| SetSfxLev |
void | |
| SetUiLev |
void |