Class EventViewerWindow | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class EventViewerWindow

    Inheritance
    System.Object
    EventViewerWindow
    Namespace: UnityEditor.ResourceManagement.Diagnostics
    Syntax
    public class EventViewerWindow : EditorWindow, IComparer<EventDataSet>

    Properties

    ShowEventDetailPanel

    Declaration
    protected virtual bool ShowEventDetailPanel { get; }
    Property Value
    Type Description
    System.Boolean

    ShowEventPanel

    Declaration
    protected virtual bool ShowEventPanel { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    CanHandleEvent(String)

    Declaration
    protected virtual bool CanHandleEvent(string graph)
    Parameters
    Type Name Description
    System.String graph
    Returns
    Type Description
    System.Boolean

    Compare(EventDataSet, EventDataSet)

    Declaration
    public int Compare(EventDataSet x, EventDataSet y)
    Parameters
    Type Name Description
    EventDataSet x
    EventDataSet y
    Returns
    Type Description
    System.Int32
    Implements
    System.Collections.Generic.IComparer<T>.Compare(T, T)

    DrawColumnCell(Rect, DiagnosticEvent, Int32)

    Declaration
    protected virtual void DrawColumnCell(Rect cellRect, DiagnosticEvent diagnosticEvent, int column)
    Parameters
    Type Name Description
    Rect cellRect
    DiagnosticEvent diagnosticEvent
    System.Int32 column

    OnCanHandleEvent(String)

    Declaration
    protected virtual bool OnCanHandleEvent(string graph)
    Parameters
    Type Name Description
    System.String graph
    Returns
    Type Description
    System.Boolean

    OnDrawColumnCell(Rect, DiagnosticEvent, Int32)

    Declaration
    protected virtual bool OnDrawColumnCell(Rect cellRect, DiagnosticEvent diagnosticEvent, int column)
    Parameters
    Type Name Description
    Rect cellRect
    DiagnosticEvent diagnosticEvent
    System.Int32 column
    Returns
    Type Description
    System.Boolean

    OnDrawEventDetail(Rect, DiagnosticEvent)

    Declaration
    protected virtual void OnDrawEventDetail(Rect right, DiagnosticEvent selectedEvent)
    Parameters
    Type Name Description
    Rect right
    DiagnosticEvent selectedEvent

    OnEvent(DiagnosticEvent)

    Declaration
    public void OnEvent(DiagnosticEvent diagnosticEvent)
    Parameters
    Type Name Description
    DiagnosticEvent diagnosticEvent

    OnGetColumns(List<String>, List<Single>)

    Declaration
    protected virtual void OnGetColumns(List<string> columnNames, List<float> columnSizes)
    Parameters
    Type Name Description
    System.Collections.Generic.List<System.String> columnNames
    System.Collections.Generic.List<System.Single> columnSizes

    OnInitializeGraphView(EventGraphListView)

    Declaration
    protected virtual void OnInitializeGraphView(EventGraphListView graphView)
    Parameters
    Type Name Description
    EventGraphListView graphView

    OnRecordEvent(DiagnosticEvent)

    Declaration
    protected virtual bool OnRecordEvent(DiagnosticEvent diagnosticEvent)
    Parameters
    Type Name Description
    DiagnosticEvent diagnosticEvent
    Returns
    Type Description
    System.Boolean
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023