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