public void InsertCells (Vector3Int position, Vector3Int insertCells);

Parámetros

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

Descripción

Inserts cells into the Tilemap.


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

Parámetros

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.

Descripción

Inserts cells into the Tilemap.