Struct XREraseAnchorResult
The result of an operation to erase an anchor from persistent storage.
Inherited Members
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
public struct XREraseAnchorResult
Fields
resultStatus
The status of the erase operation. If resultStatus.IsError()
, the anchor was not erased.
Declaration
public XRResultStatus resultStatus
Field Value
Type | Description |
---|---|
XRResultStatus |
savedAnchorGuid
The persistent anchor GUID requested to be erased.
Declaration
public SerializableGuid savedAnchorGuid
Field Value
Type | Description |
---|---|
SerializableGuid |