Version: 2021.3
言語: 日本語
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.