C# Class MenuCommands, kaijurising

Inheritance: System.ComponentModel.Design.StandardCommands
Show file Open project: Moehammered/kaijurising Class Usage Examples

Public Properties

Property Type Description
menuKaijuSelect GameObject,
menuMain GameObject,
menuMatch GameObject,
menuOptions GameObject,
menuServer GameObject,

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
hideServer ( ) : void
quit ( ) : void
showKaijuSelect ( ) : void
showMain ( ) : void
showMatch ( ) : void
showOptions ( ) : void
showServer ( ) : void

Private Methods

Method Description
hideAllMenus ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

hideServer() public method

public hideServer ( ) : void
return void

quit() public method

public quit ( ) : void
return void

showKaijuSelect() public method

public showKaijuSelect ( ) : void
return void

showMain() public method

public showMain ( ) : void
return void

showMatch() public method

public showMatch ( ) : void
return void

showOptions() public method

public showOptions ( ) : void
return void

showServer() public method

public showServer ( ) : void
return void

Property Details

menuKaijuSelect public property

public GameObject, menuKaijuSelect
return GameObject,

menuMain public property

public GameObject, menuMain
return GameObject,

menuMatch public property

public GameObject, menuMatch
return GameObject,

menuOptions public property

public GameObject, menuOptions
return GameObject,

menuServer public property

public GameObject, menuServer
return GameObject,