Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetBoundingVolume(Vector3, Vector3)

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.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine.XR
  • Assembly: UnityEngine.XRModule
public bool SetBoundingVolume(Vector3 origin, Vector3 extents)

Parameters

origin


extents

Returns

Type

Description

bool