OnCellDeselected() public method

public OnCellDeselected ( Cell, cell ) : void
cell Cell,
return void
コード例 #1
0
 private void OnCellDehighlighted(object sender, EventArgs e)
 {
     CellGridState.OnCellDeselected(sender as Cell);
 }
コード例 #2
0
ファイル: CellGrid.cs プロジェクト: KamikyIT/Bomjman-2.0
 private void OnCellDehighlighted(Cell cell)
 {
     CellGridState.OnCellDeselected(cell);
 }