Inheritance
System.Object
TestReportWindow
public class TestReportWindow : EditorWindow
Fields
Declaration
Field Value
Declaration
public Color m_colorBarBackground
Field Value
Declaration
public Color m_colorBoxAndWhiskerBackground
Field Value
Declaration
public Color m_colorMedianLine
Field Value
m_colorMedianText
Declaration
public Color m_colorMedianText
Field Value
Declaration
public Color m_colorStandardLine
Field Value
m_colorWarningText
Declaration
public Color m_colorWarningText
Field Value
Declaration
public Color m_colorWhite
Field Value
Methods
Declaration
public bool CheckAndSetupMaterial()
Returns
Type |
Description |
System.Boolean |
|
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 |
|
Declaration
Declaration
public bool DrawStart(Rect r)
Parameters
Type |
Name |
Description |
Rect |
r |
|
Returns
Type |
Description |
System.Boolean |
|
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 |
|
Declaration
public PerformanceTestRun GetResults()
Returns
Declaration
public void SelectTest(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Declaration
public void SelectTest(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Declaration
public void SelectTest(PerformanceTest result)
Parameters