C# Class VolumeControlScript, angrygoats

Script used to adjust the background music and sfx volumes.
Inheritance: MonoBehaviour
Datei anzeigen Open project: dulb640/angrygoats

Public Properties

Property Type Description
musicSlider Slider,
sfxSlider Slider,

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
ChangeMusicVolume ( ) : void
ChangeSfxVolume ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

musicSlider public_oe property

public Slider, musicSlider
return Slider,

sfxSlider public_oe property

public Slider, sfxSlider
return Slider,