Search Results for

    Method SaveSpatialAnchorList

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

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

    Declaration
    public void SaveSpatialAnchorList(List<ulong> spatialAnchorHandleList, YVRSpatialAnchorStorageLocation location, Action<bool> callback)
    Parameters
    Type Name Description
    List<ulong> spatialAnchorHandleList

    The list of spatial anchor handles to be saved

    YVRSpatialAnchorStorageLocation location

    The storage location for saving the spatial anchor list

    Action<bool> callback

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

    In This Article