C# 클래스 CellGridStateUnitSelected

상속: CellGridState
파일 보기 프로젝트 열기: TheJP/GlobalGameJam2016 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CellGridStateUnitSelected() 공개 메소드

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

OnCellClicked() 공개 메소드

public OnCellClicked ( Cell, cell ) : void
cell Cell,
리턴 void

OnCellDeselected() 공개 메소드

public OnCellDeselected ( Cell, cell ) : void
cell Cell,
리턴 void

OnCellSelected() 공개 메소드

public OnCellSelected ( Cell, cell ) : void
cell Cell,
리턴 void

OnStateEnter() 공개 메소드

public OnStateEnter ( ) : void
리턴 void

OnStateExit() 공개 메소드

public OnStateExit ( ) : void
리턴 void

OnUnitClicked() 공개 메소드

public OnUnitClicked ( Unit, unit ) : void
unit Unit,
리턴 void