public void InsertCells (Vector3Int position, Vector3Int insertCells);

Parameters

positionThe target position to insert at.
insertCellsThe number of columns, rows or layers of cells to insert.

Description

Inserts cells into the Tilemap.


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

Parameters

positionThe target position to insert at.
numColumnsThe number of columns to insert.
numRowsThe number of rows to insert.
numLayersThe number of layers of cells to insert.

Description

Inserts cells into the Tilemap.