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
    Failed

    Use to indicate that the operation failed.

    None

    Use to indicate that the operation is still in progress.

    Succeeded

    Use to indicate that the operation succeeded.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, August 12, 2022
    Terms of use