C# Class NextGuiController

Inheritance: MonoBehaviour
Afficher le fichier Open project: TheJP/GlobalGameJam2016

Méthodes publiques

Свойство Type Description
Canvas Canvas
CellGrid CellGrid,
GameOverPanel GameObject
InfoPanel GameObject
NextTurnButton Button
RestartLevelButton Button
UnitsParent GameObject

Méthodes publiques

Méthode Description
DismissPanel ( ) : void
RestartLevel ( ) : void
Start ( ) : void

Private Methods

Méthode Description
OnGameEnded ( object sender, EventArgs e ) : void
OnNextTurn ( object sender, EventArgs e ) : void
OnUnitAttacked ( object sender, AttackEventArgs, e ) : void
OnUnitDehighlighted ( object sender, EventArgs e ) : void
OnUnitDestroyed ( object sender, AttackEventArgs, e ) : void
OnUnitHighlighted ( object sender, EventArgs e ) : void

Method Details

DismissPanel() public méthode

public DismissPanel ( ) : void
Résultat void

RestartLevel() public méthode

public RestartLevel ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

Canvas public_oe property

public Canvas Canvas
Résultat Canvas

CellGrid public_oe property

public CellGrid, CellGrid
Résultat CellGrid,

GameOverPanel public_oe property

public GameObject GameOverPanel
Résultat GameObject

InfoPanel public_oe property

public GameObject InfoPanel
Résultat GameObject

NextTurnButton public_oe property

public Button NextTurnButton
Résultat Button

RestartLevelButton public_oe property

public Button RestartLevelButton
Résultat Button

UnitsParent public_oe property

public GameObject UnitsParent
Résultat GameObject