C# 클래스 CellGridState

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

보호된 프로퍼티들

프로퍼티 타입 설명
_cellGrid CellGrid,

공개 메소드들

메소드 설명
OnCellClicked ( Cell, cell ) : void
OnCellDeselected ( Cell, cell ) : void
OnCellSelected ( Cell, cell ) : void
OnStateEnter ( ) : void
OnStateExit ( ) : void
OnUnitClicked ( Unit, unit ) : void

보호된 메소드들

메소드 설명
CellGridState ( CellGrid, cellGrid ) : System.Linq

메소드 상세

CellGridState() 보호된 메소드

protected CellGridState ( CellGrid, cellGrid ) : System.Linq
cellGrid CellGrid,
리턴 System.Linq

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

프로퍼티 상세

_cellGrid 보호되어 있는 프로퍼티

protected CellGrid, _cellGrid
리턴 CellGrid,