Method EraseSpatialAnchor
EraseSpatialAnchor(ulong, YVRSpatialAnchorStorageLocation, Action<YVRSpatialAnchorResult, bool>)
Erases a spatial anchor from the specified storage location.
public void EraseSpatialAnchor(ulong anchorHandle, YVRSpatialAnchorStorageLocation location, Action<YVRSpatialAnchorResult, bool> callback)
Parameters
anchorHandle
ulongThe handle of the spatial anchor to be erased
location
YVRSpatialAnchorStorageLocationThe storage location from which the spatial anchor should be erased
callback
Action<YVRSpatialAnchorResult, bool>Callback for handling the result of the spatial anchor erasure process