Example #1
0
        void ShowMoveRange()
        {
            int        cellIndex = grid.CellGetIndex(tokenRow, tokenColumn);
            List <int> cells     = grid.CellGetNeighbours(cellIndex, 100, movePoints);

            grid.CellBlink(cells, Color.blue, 1f);
        }