Method GetAnchorContainer
GetAnchorContainer(ulong, out List<YVRSpatialAnchorUUID>)
Retrieves the container information associated with an anchor.
public bool GetAnchorContainer(ulong anchorHandle, out List<YVRSpatialAnchorUUID> containerUuids)
Parameters
anchorHandle
ulongThe 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.