Version: 2023.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.