Class TestResultWindow.TestResultViewItem
Inherited Members
UnityEditor.IMGUI.Controls.TreeViewItem.CompareTo(UnityEditor.IMGUI.Controls.TreeViewItem)
UnityEditor.IMGUI.Controls.TreeViewItem.ToString()
Namespace: UnityEngine.Experimental.Rendering
Syntax
[Serializable]
public class TestResultViewItem : TreeViewItem, IComparable<TreeViewItem>Constructors
TestResultViewItem(Int32, Int32, String, GraphicsTestCase)
Declaration
public TestResultViewItem(int id, int depth, string displayName, GraphicsTestCase testCase)Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | id | |
| Int32 | depth | |
| String | displayName | |
| GraphicsTestCase | testCase | 
Fields
testCase
Declaration
public GraphicsTestCase testCaseField Value
| Type | Description | 
|---|---|
| GraphicsTestCase |