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