C# Class VolumeControlScript, angrygoats

Script used to adjust the background music and sfx volumes.
Inheritance: MonoBehaviour
Afficher le fichier Open project: dulb640/angrygoats

Méthodes publiques

Свойство Type Description
musicSlider Slider,
sfxSlider Slider,

Méthodes publiques

Méthode Description
Start ( ) : void

Private Methods

Méthode Description
ChangeMusicVolume ( ) : void
ChangeSfxVolume ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

musicSlider public_oe property

public Slider, musicSlider
Résultat Slider,

sfxSlider public_oe property

public Slider, sfxSlider
Résultat Slider,