docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor DiagnosticEventContext

    DiagnosticEventContext(AsyncOperationHandle, DiagnosticEventType, int, string, object)

    Construct a new DiagnosticEventContext.

    Declaration
    public DiagnosticEventContext(AsyncOperationHandle op, ResourceManager.DiagnosticEventType type, int eventValue = 0, string error = null, object context = null)
    Parameters
    Type Name Description
    AsyncOperationHandle op

    Operation handle for the event.

    ResourceManager.DiagnosticEventType type

    The type of diagnostic event.

    int eventValue

    The value for this event.

    string error

    Any error that occured.

    object context

    Additional context data.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)