public Bounds GetBoundsLocal (Vector3Int cellPosition);

Parameters

cellPositionLocation of the cell.

Returns

Bounds Local bounds of cell at the location.

Description

Returns the local bounds for a cell at the location.


public Bounds GetBoundsLocal (Vector3 origin, Vector3 size);

Parameters

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

Returns

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

Description

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