Version: 2020.1
언어: 한국어
public Bounds GetBoundsLocal (Vector3Int cellPosition);

파라미터

cellPosition Location of the cell.

반환

Bounds Local bounds of cell at the location.

설명

Returns the local bounds for a cell at the location.


public Bounds GetBoundsLocal (Vector3 origin, Vector3 size);

파라미터

origin Origin of the group of cells.
size Size of the group of cells.

반환

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

설명

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