C# Class Menu_Controller, urban-survivors

Inheritance: MonoBehaviour
Show file Open project: exdev/urban-survivors Class Usage Examples

Public Properties

Property Type Description
btnBack UIButton,
btnCollect UIButton,
btnKill UIButton,
btnMP UIButton,
btnSP UIButton,
firstPanelWithBack UIPanel,
mainMenu UIPanelManager,
startUp UIPanel,
titleImage GameObject

Protected Properties

Property Type Description
options GameObject

Public Methods

Method Description
Awake ( ) : void
Begin ( ) : void
getBack ( ) : void
missionCollect ( ) : void
missionKill ( ) : void
moveForward ( ) : void
multiPlayer ( ) : void
singlePlayer ( ) : void
startLoading ( ) : void
startMenu ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Begin() public method

public Begin ( ) : void
return void

getBack() public method

public getBack ( ) : void
return void

missionCollect() public method

public missionCollect ( ) : void
return void

missionKill() public method

public missionKill ( ) : void
return void

moveForward() public method

public moveForward ( ) : void
return void

multiPlayer() public method

public multiPlayer ( ) : void
return void

singlePlayer() public method

public singlePlayer ( ) : void
return void

startLoading() public method

public startLoading ( ) : void
return void

startMenu() public method

public startMenu ( ) : void
return void

Property Details

btnBack public property

public UIButton, btnBack
return UIButton,

btnCollect public property

public UIButton, btnCollect
return UIButton,

btnKill public property

public UIButton, btnKill
return UIButton,

btnMP public property

public UIButton, btnMP
return UIButton,

btnSP public property

public UIButton, btnSP
return UIButton,

firstPanelWithBack public property

public UIPanel, firstPanelWithBack
return UIPanel,

mainMenu public property

public UIPanelManager, mainMenu
return UIPanelManager,

options protected property

protected GameObject options
return GameObject

startUp public property

public UIPanel, startUp
return UIPanel,

titleImage public property

public GameObject titleImage
return GameObject