public void DeleteCells (Vector3Int position, Vector3Int deleteCells);

Parameters

positionThe target position to remove from.
deleteCellsThe number of columns, rows and layers of cells to remove.

Description

Removes cells from within the Tilemap's bounds.


public void DeleteCells (Vector3Int position, int numColumns, int numRows, int numLayers);

Parameters

positionTarget position to delete from.
numColumnsThe number of columns to remove.
numRowsThe number of rows to remove.
numLayersThe number of layers of cells to remove.

Description

Removes cells from within the Tilemap's bounds.