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