docs.unity.cn
    Show / Hide Table of Contents

    Enum AsyncOperationStatus

    Options for IAsyncOperations status values

    Namespace: UnityEngine.ResourceManagement.AsyncOperations
    Syntax
    public enum AsyncOperationStatus

    Fields

    Name Description Value
    None

    Use to indicate that the operation is still in progress.

    0
    Succeeded

    Use to indicate that the operation succeeded.

    1
    Failed

    Use to indicate that the operation failed.

    2
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on 04 November 2021
    Terms of use