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 : int

    Fields

    Name Description Value
    AsyncOperationComplete

    Use to indicate that an operation has completed.

    AsyncOperationCreate

    Use to indicate that an operation was created.

    AsyncOperationDestroy

    Use to indicate that an operation was destroyed.

    AsyncOperationFail

    Use to indicate that an operation failed.

    AsyncOperationPercentComplete

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

    AsyncOperationReferenceCount

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

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