C# Class Menu_Controller, urban-survivors

Inheritance: MonoBehaviour
Afficher le fichier Open project: exdev/urban-survivors Class Usage Examples

Méthodes publiques

Свойство Type Description
btnBack UIButton,
btnCollect UIButton,
btnKill UIButton,
btnMP UIButton,
btnSP UIButton,
firstPanelWithBack UIPanel,
mainMenu UIPanelManager,
startUp UIPanel,
titleImage GameObject

Protected Properties

Свойство Type Description
options GameObject

Méthodes publiques

Méthode 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 méthode

public Awake ( ) : void
Résultat void

Begin() public méthode

public Begin ( ) : void
Résultat void

getBack() public méthode

public getBack ( ) : void
Résultat void

missionCollect() public méthode

public missionCollect ( ) : void
Résultat void

missionKill() public méthode

public missionKill ( ) : void
Résultat void

moveForward() public méthode

public moveForward ( ) : void
Résultat void

multiPlayer() public méthode

public multiPlayer ( ) : void
Résultat void

singlePlayer() public méthode

public singlePlayer ( ) : void
Résultat void

startLoading() public méthode

public startLoading ( ) : void
Résultat void

startMenu() public méthode

public startMenu ( ) : void
Résultat void

Property Details

btnBack public_oe property

public UIButton, btnBack
Résultat UIButton,

btnCollect public_oe property

public UIButton, btnCollect
Résultat UIButton,

btnKill public_oe property

public UIButton, btnKill
Résultat UIButton,

btnMP public_oe property

public UIButton, btnMP
Résultat UIButton,

btnSP public_oe property

public UIButton, btnSP
Résultat UIButton,

firstPanelWithBack public_oe property

public UIPanel, firstPanelWithBack
Résultat UIPanel,

mainMenu public_oe property

public UIPanelManager, mainMenu
Résultat UIPanelManager,

options protected_oe property

protected GameObject options
Résultat GameObject

startUp public_oe property

public UIPanel, startUp
Résultat UIPanel,

titleImage public_oe property

public GameObject titleImage
Résultat GameObject