C# Class SoundOptionsMainMenuItemArray, Hero.Coli

Inheritance: MainMenuItemArray
Afficher le fichier Open project: CyberCRI/Hero.Coli

Méthodes publiques

Свойство Type Description
baseVolume float
isSoundOn bool
soundOptionsPanel GameObject

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void
toggleSound ( ) : void

Method Details

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

toggleSound() public méthode

public toggleSound ( ) : void
Résultat void

Property Details

baseVolume public_oe property

public float baseVolume
Résultat float

isSoundOn public_oe property

public bool isSoundOn
Résultat bool

soundOptionsPanel public_oe property

public GameObject soundOptionsPanel
Résultat GameObject