Method GetAnchorBoundingBox3D
GetAnchorBoundingBox3D(ulong, out YVRRect3D)
Retrieves the 3D bounding box of an anchor.
public bool GetAnchorBoundingBox3D(ulong anchorHandle, out YVRRect3D boundingBox3D)
Parameters
anchorHandle
ulongThe unique identifier of the anchor.
boundingBox3D
YVRRect3D3D bounding box of the anchor.
Returns
- bool
Returns true if the operation is successful, otherwise false.