docs.unity.cn
    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 © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, July 26, 2023