docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ARSaveOrLoadAnchorResult

    Represents the results, per anchor, of a save or load operation involving a batch of anchors.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)