C# Class CellGridState

Exibir arquivo Open project: TheJP/GlobalGameJam2016 Class Usage Examples

Protected Properties

Property Type Description
_cellGrid CellGrid,

Public Methods

Method Description
OnCellClicked ( Cell, cell ) : void
OnCellDeselected ( Cell, cell ) : void
OnCellSelected ( Cell, cell ) : void
OnStateEnter ( ) : void
OnStateExit ( ) : void
OnUnitClicked ( Unit, unit ) : void

Protected Methods

Method Description
CellGridState ( CellGrid, cellGrid ) : System.Linq

Method Details

CellGridState() protected method

protected CellGridState ( CellGrid, cellGrid ) : System.Linq
cellGrid CellGrid,
return System.Linq

OnCellClicked() public method

public OnCellClicked ( Cell, cell ) : void
cell Cell,
return void

OnCellDeselected() public method

public OnCellDeselected ( Cell, cell ) : void
cell Cell,
return void

OnCellSelected() public method

public OnCellSelected ( Cell, cell ) : void
cell Cell,
return void

OnStateEnter() public method

public OnStateEnter ( ) : void
return void

OnStateExit() public method

public OnStateExit ( ) : void
return void

OnUnitClicked() public method

public OnUnitClicked ( Unit, unit ) : void
unit Unit,
return void

Property Details

_cellGrid protected_oe property

protected CellGrid, _cellGrid
return CellGrid,