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

    Class TestReportWindow

    Inheritance
    System.Object
    TestReportWindow
    Namespace: Unity.PerformanceTesting
    Syntax
    public class TestReportWindow : EditorWindow

    Fields

    m_colorBar

    Declaration
    public Color m_colorBar
    Field Value
    Type Description
    Color

    m_colorBarBackground

    Declaration
    public Color m_colorBarBackground
    Field Value
    Type Description
    Color

    m_colorBoxAndWhiskerBackground

    Declaration
    public Color m_colorBoxAndWhiskerBackground
    Field Value
    Type Description
    Color

    m_colorMedianLine

    Declaration
    public Color m_colorMedianLine
    Field Value
    Type Description
    Color

    m_colorMedianText

    Declaration
    public Color m_colorMedianText
    Field Value
    Type Description
    Color

    m_colorStandardLine

    Declaration
    public Color m_colorStandardLine
    Field Value
    Type Description
    Color

    m_colorWarningText

    Declaration
    public Color m_colorWarningText
    Field Value
    Type Description
    Color

    m_colorWhite

    Declaration
    public Color m_colorWhite
    Field Value
    Type Description
    Color

    Methods

    CheckAndSetupMaterial()

    Declaration
    public bool CheckAndSetupMaterial()
    Returns
    Type Description
    System.Boolean

    DrawBar(Single, Single, Single, Single, Color)

    Declaration
    public void DrawBar(float x, float y, float w, float h, Color col)
    Parameters
    Type Name Description
    System.Single x
    System.Single y
    System.Single w
    System.Single h
    Color col

    DrawEnd()

    Declaration
    public void DrawEnd()

    DrawStart(Rect)

    Declaration
    public bool DrawStart(Rect r)
    Parameters
    Type Name Description
    Rect r
    Returns
    Type Description
    System.Boolean

    DrawStart(Single, Single, GUIStyle)

    Declaration
    public bool DrawStart(float w, float h, GUIStyle style = null)
    Parameters
    Type Name Description
    System.Single w
    System.Single h
    GUIStyle style
    Returns
    Type Description
    System.Boolean

    GetResults()

    Declaration
    public PerformanceTestRun GetResults()
    Returns
    Type Description
    PerformanceTestRun

    SelectTest(Int32)

    Declaration
    public void SelectTest(int index)
    Parameters
    Type Name Description
    System.Int32 index

    SelectTest(String)

    Declaration
    public void SelectTest(string name)
    Parameters
    Type Name Description
    System.String name

    SelectTest(PerformanceTest)

    Declaration
    public void SelectTest(PerformanceTest result)
    Parameters
    Type Name Description
    PerformanceTest result
    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