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