docs.unity3d.com
    Show / Hide Table of Contents

    Enum XRCpuImage.AsyncConversionStatus

    Represents the status of an asynchronous camera image request.

    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public enum AsyncConversionStatus

    Fields

    Name Description Value
    Disposed

    The request is not valid or has been disposed.

    0
    Pending

    The request is waiting to be processed.

    1
    Processing

    The request is currently being processed.

    2
    Ready

    The request succeeded and image data is ready.

    3
    Failed

    The request failed. No data is available.

    4

    Extension Methods

    XRCpuImageAsyncConversionStatusExtensions.IsDone()
    XRCpuImageAsyncConversionStatusExtensions.IsError()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 12 February 2021