Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
VolumeControlScript
C# Class VolumeControlScript, angrygoats
Script used to adjust the background music and sfx volumes.
Inheritance:
MonoBehaviour
Mostra file
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,