public void DeleteCells (Vector3Int position, Vector3Int deleteCells);

Parámetros

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

Descripción

Removes cells from within the Tilemap's bounds.


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

Parámetros

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.

Descripción

Removes cells from within the Tilemap's bounds.