Struct ARSaveOrLoadAnchorResult
Represents the results, per anchor, of a save or load operation involving a batch of anchors.
Inherited Members
Namespace: UnityEngine.XR.ARFoundation
Assembly: Unity.XR.ARFoundation.dll
Syntax
public struct ARSaveOrLoadAnchorResult
Fields
anchor
The anchor, used as input for the save operation and output for the load operation.
Declaration
public ARAnchor anchor
Field Value
Type | Description |
---|---|
ARAnchor |
resultStatus
The status of the operation. Do not read the output if resultStatus.IsError()
.
Declaration
public XRResultStatus resultStatus
Field Value
Type | Description |
---|---|
XRResultStatus |
savedAnchorGuid
The persistent anchor GUID, used as output for the save operation and input for the load operation.
Declaration
public SerializableGuid savedAnchorGuid
Field Value
Type | Description |
---|---|
SerializableGuid |