docs.unity.cn
    Show / Hide Table of Contents

    Enum ResourceManager.DiagnosticEventType

    Options for event types that will be sent by the ResourceManager

    Namespace: UnityEngine.ResourceManagement
    Syntax
    public enum DiagnosticEventType

    Fields

    Name Description Value
    AsyncOperationFail

    Use to indicate that an operation failed.


    0
    AsyncOperationCreate

    Use to indicate that an operation was created.


    1
    AsyncOperationPercentComplete

    Use to indicate the percentage of completion for an operation was updated.


    2
    AsyncOperationComplete

    Use to indicate that an operation has completed.


    3
    AsyncOperationReferenceCount

    Use to indicate that the reference count of an operation was modified.


    4
    AsyncOperationDestroy

    Use to indicate that an operation was destroyed.


    5
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, June 26, 2023