Table of Contents

Method GetAnchorBoundingBox2D

Namespace
YVR.Core
Assembly
YVR.Core.Runtime.dll

GetAnchorBoundingBox2D(ulong, out YVRRect2D)

Retrieves the 2D bounding box of an anchor.

public bool GetAnchorBoundingBox2D(ulong anchorHandle, out YVRRect2D boundingBox2D)

Parameters

anchorHandle ulong

The unique identifier of the anchor.

boundingBox2D YVRRect2D

2D bounding box of the anchor.

Returns

bool

Returns true if the operation is successful, otherwise false.