C# Class SettingsMenuControl, Hellbound

Class for switching between settings panels (graphics, sounds, etc?...).
Inheritance: MonoBehaviour
Mostra file Open project: Backman/Hellbound Class Usage Examples

Public Properties

Property Type Description
Active bool

Public Methods

Method Description
hide ( ) : void
setVisible ( bool visible ) : void
show ( ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

hide() public method

public hide ( ) : void
return void

setVisible() public method

public setVisible ( bool visible ) : void
visible bool
return void

show() public method

public show ( ) : void
return void

Property Details

Active public_oe property

public bool Active
return bool