C# Class NextGuiController

Inheritance: MonoBehaviour
Exibir arquivo Open project: TheJP/GlobalGameJam2016

Public Properties

Property Type Description
Canvas Canvas
CellGrid CellGrid,
GameOverPanel GameObject
InfoPanel GameObject
NextTurnButton Button
RestartLevelButton Button
UnitsParent GameObject

Public Methods

Method Description
DismissPanel ( ) : void
RestartLevel ( ) : void
Start ( ) : void

Private Methods

Method 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 method

public DismissPanel ( ) : void
return void

RestartLevel() public method

public RestartLevel ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

Canvas public_oe property

public Canvas Canvas
return Canvas

CellGrid public_oe property

public CellGrid, CellGrid
return CellGrid,

GameOverPanel public_oe property

public GameObject GameOverPanel
return GameObject

InfoPanel public_oe property

public GameObject InfoPanel
return GameObject

NextTurnButton public_oe property

public Button NextTurnButton
return Button

RestartLevelButton public_oe property

public Button RestartLevelButton
return Button

UnitsParent public_oe property

public GameObject UnitsParent
return GameObject