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