C# Class SettingsMenuScript

Inheritance: MonoBehaviour
Exibir arquivo Open project: ucsdCSE110wi16/CSE110M240T15 Class Usage Examples

Public Properties

Property Type Description
alt_mode bool
background GameObject
credit_b Button
credits Image
musicButton Button
musicSlider Slider,

Public Methods

Method Description
Start ( ) : void
goBack ( ) : void
hideSettings ( ) : void
muteAndUnMute ( ) : void
onReset ( ) : void
openCredits ( ) : void
reset ( ) : void
setMusicVolume ( ) : void
showSettings ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

goBack() public method

public goBack ( ) : void
return void

hideSettings() public method

public hideSettings ( ) : void
return void

muteAndUnMute() public method

public muteAndUnMute ( ) : void
return void

onReset() public method

public onReset ( ) : void
return void

openCredits() public method

public openCredits ( ) : void
return void

reset() public method

public reset ( ) : void
return void

setMusicVolume() public method

public setMusicVolume ( ) : void
return void

showSettings() public method

public showSettings ( ) : void
return void

Property Details

alt_mode public_oe property

public bool alt_mode
return bool

background public_oe property

public GameObject background
return GameObject

credit_b public_oe property

public Button credit_b
return Button

credits public_oe property

public Image credits
return Image

musicButton public_oe property

public Button musicButton
return Button

musicSlider public_oe property

public Slider, musicSlider
return Slider,