public Bounds GetBoundsLocal (Vector3Int cellPosition);

Parámetros

cellPositionLocation of the cell.

Valor de retorno

Bounds Local bounds of cell at the location.

Descripción

Returns the local bounds for a cell at the location.


public Bounds GetBoundsLocal (Vector3 origin, Vector3 size);

Parámetros

originOrigin of the group of cells.
sizeSize of the group of cells.

Valor de retorno

Bounds Local bounds of the group of cells at the location.

Descripción

Returns the local bounds for the groups of cells at the location.