C# Class Menu_Controller, urban-survivors

Inheritance: MonoBehaviour
显示文件 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_oe property

public UIButton, btnBack
return UIButton,

btnCollect public_oe property

public UIButton, btnCollect
return UIButton,

btnKill public_oe property

public UIButton, btnKill
return UIButton,

btnMP public_oe property

public UIButton, btnMP
return UIButton,

btnSP public_oe property

public UIButton, btnSP
return UIButton,

firstPanelWithBack public_oe property

public UIPanel, firstPanelWithBack
return UIPanel,

mainMenu public_oe property

public UIPanelManager, mainMenu
return UIPanelManager,

options protected_oe property

protected GameObject options
return GameObject

startUp public_oe property

public UIPanel, startUp
return UIPanel,

titleImage public_oe property

public GameObject titleImage
return GameObject