Table of Contents

Method SaveSpatialAnchorList

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

SaveSpatialAnchorList(List<ulong>, YVRSpatialAnchorStorageLocation, Action<bool>)

Saves a list of spatial anchors to the specified storage location.

public void SaveSpatialAnchorList(List<ulong> spatialAnchorHandleList, YVRSpatialAnchorStorageLocation location, Action<bool> callback)

Parameters

spatialAnchorHandleList List<ulong>

The list of spatial anchor handles to be saved

location YVRSpatialAnchorStorageLocation

The storage location for saving the spatial anchor list

callback Action<bool>

Callback for handling the result of the spatial anchor list save process