docs.unity3d.com
    Show / Hide Table of Contents

    Enum ARWorldMapRequestStatus

    The status of a session serialization request.

    Namespace: UnityEngine.XR.ARKit
    Syntax
    public enum ARWorldMapRequestStatus

    Fields

    Name Description Value
    ErrorBadData

    The request failed because the supplied data was not valid.

    ErrorInsufficientFeatures

    The request failed because there are insufficient features to serialize a session. The API requires more data; try scanning more of the environment.

    ErrorNotSupported

    The request failed because serialization is not supported.

    ErrorUnknown

    An unknown error occurred.

    Invalid

    The request is not valid.

    Pending

    The request is pending.

    Success

    The request succeeded successfully.

    Extension Methods

    ARWorldMapRequestStatusExtensions.IsDone()
    ARWorldMapRequestStatusExtensions.IsError()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, November 7, 2022
    Terms of use