docs.unity3d.com
    Show / Hide Table of Contents

    Enum AddReferenceImageJobStatus

    Represents the status of an AddReferenceImageJobState.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public enum AddReferenceImageJobStatus

    Fields

    Name Description Value
    None

    No status (for example, because the AddReferenceImageJobState was default-constructed).


    0
    Pending

    The job is pending.


    1
    Success

    The reference image was added successfully.


    2
    ErrorInvalidImage

    The reference image was not added because it is invalid.


    3
    ErrorUnknown

    The reference image was not added due to an unknown error.


    4
    See Also
    status
    ScheduleAddImageWithValidationJob(NativeSlice<Byte>, Vector2Int, TextureFormat, XRReferenceImage, JobHandle)

    Extension Methods

    AddReferenceImageJobStatusExtensions.IsPending()
    AddReferenceImageJobStatusExtensions.IsComplete()
    AddReferenceImageJobStatusExtensions.IsError()
    AddReferenceImageJobStatusExtensions.IsSuccess()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023