C# Class OptionsScript, ProjectAlpha

Inheritance: MonoBehaviour
Show file Open project: I2-Games/ProjectAlpha Class Usage Examples

Public Properties

Property Type Description
muted bool

Public Methods

Method Description
CloseOptions ( ) : void
Mute ( ) : void
OnChangeVolume ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CloseOptions() public method

public CloseOptions ( ) : void
return void

Mute() public method

public Mute ( ) : void
return void

OnChangeVolume() public method

public OnChangeVolume ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

muted public property

public bool muted
return bool