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