C# Class CellGridStateUnitSelected

Inheritance: CellGridState
Afficher le fichier Open project: TheJP/GlobalGameJam2016 Class Usage Examples

Méthodes publiques

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

public CellGridStateUnitSelected ( CellGrid, cellGrid, Unit, unit ) : System.Collections.Generic
cellGrid CellGrid,
unit Unit,
Résultat System.Collections.Generic

OnCellClicked() public méthode

public OnCellClicked ( Cell, cell ) : void
cell Cell,
Résultat void

OnCellDeselected() public méthode

public OnCellDeselected ( Cell, cell ) : void
cell Cell,
Résultat void

OnCellSelected() public méthode

public OnCellSelected ( Cell, cell ) : void
cell Cell,
Résultat void

OnStateEnter() public méthode

public OnStateEnter ( ) : void
Résultat void

OnStateExit() public méthode

public OnStateExit ( ) : void
Résultat void

OnUnitClicked() public méthode

public OnUnitClicked ( Unit, unit ) : void
unit Unit,
Résultat void