C# Class CellGridStateUnitSelected

Inheritance: CellGridState
Mostrar archivo Open project: TheJP/GlobalGameJam2016 Class Usage Examples

Public Methods

Method Description
CellGridStateUnitSelected ( CellGrid, cellGrid, Unit, unit ) : System.Collections.Generic
OnCellClicked ( Cell, cell ) : void
OnCellDeselected ( Cell, cell ) : void
OnCellSelected ( Cell, cell ) : void
OnStateEnter ( ) : void
OnStateExit ( ) : void
OnUnitClicked ( Unit, unit ) : void

Method Details

CellGridStateUnitSelected() public method

public CellGridStateUnitSelected ( CellGrid, cellGrid, Unit, unit ) : System.Collections.Generic
cellGrid CellGrid,
unit Unit,
return System.Collections.Generic

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