Table of Contents

Method GetAnchorBoundary2D

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

GetAnchorBoundary2D(ulong, out List<Vector2>)

Retrieves the 2D boundary vertices of an anchor.

public bool GetAnchorBoundary2D(ulong anchorHandle, out List<Vector2> boundary)

Parameters

anchorHandle ulong

The unique identifier of the anchor.

boundary List<Vector2>

List of 2D boundary vertices of the anchor.

Returns

bool

Returns true if the operation is successful, otherwise false.