Method SaveSpatialAnchorList
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
YVRSpatialAnchorStorageLocationThe storage location for saving the spatial anchor list
callback
Action<bool>Callback for handling the result of the spatial anchor list save process