Class TestResultWindow.TestResultViewItem
Namespace: UnityEngine.Experimental.Rendering
Syntax
[Serializable]
public class TestResultViewItem : 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 testCase
Field Value
Type | Description |
---|---|
GraphicsTestCase |