C# Class SoundOptionsMainMenuItemArray, Hero.Coli

Inheritance: MainMenuItemArray
Mostrar archivo Open project: CyberCRI/Hero.Coli

Public Properties

Property Type Description
baseVolume float
isSoundOn bool
soundOptionsPanel GameObject

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
toggleSound ( ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

toggleSound() public method

public toggleSound ( ) : void
return void

Property Details

baseVolume public_oe property

public float baseVolume
return float

isSoundOn public_oe property

public bool isSoundOn
return bool

soundOptionsPanel public_oe property

public GameObject soundOptionsPanel
return GameObject