Version: 2020.3
言語: 日本語
public bool SetBoundingVolume (Vector3 origin, Vector3 extents);

説明

Set the bounding volume to restrict the space in which Unity generates and tracks Meshes.

The bounding volume is an Axis Aligned Bounding Box (AABB) centered at the origin and extends in each dimension as defined in extents.

The units of measurement depend on the provider.