Table of Contents

Method GetAnchorBoundingBox3D

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

GetAnchorBoundingBox3D(ulong, out YVRRect3D)

Retrieves the 3D bounding box of an anchor.

public bool GetAnchorBoundingBox3D(ulong anchorHandle, out YVRRect3D boundingBox3D)

Parameters

anchorHandle ulong

The unique identifier of the anchor.

boundingBox3D YVRRect3D

3D bounding box of the anchor.

Returns

bool

Returns true if the operation is successful, otherwise false.