Table of Contents

Method GetAnchorContainer

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

GetAnchorContainer(ulong, out List<YVRSpatialAnchorUUID>)

Retrieves the container information associated with an anchor.

public bool GetAnchorContainer(ulong anchorHandle, out List<YVRSpatialAnchorUUID> containerUuids)

Parameters

anchorHandle ulong

The unique identifier of the anchor.

containerUuids List<YVRSpatialAnchorUUID>

List of UUIDs representing the container of the anchor.

Returns

bool

Returns true if the operation is successful, otherwise false.