Beispiel #1
0
 private void CreateBasicGrid()
 {
     gridCells = CreateCellsGrid(floorCellWidth, floorCellDepth);
     gridBase  = Grids.CreateBasicGrid(floorCellWidth, floorCellDepth, cellCols, cellRows, gridCells);
 }