Class TestResultWindow
Namespace: UnityEngine.Experimental.Rendering
Syntax
public class TestResultWindow : EditorWindow
Fields
ActualImagesRoot
Declaration
public const string ActualImagesRoot = "Assets/ActualImages"
Field Value
Type | Description |
---|---|
String |
Methods
GetImages(GraphicsTestCase)
Declaration
public bool GetImages(GraphicsTestCase _testCase = null)
Parameters
Type | Name | Description |
---|---|---|
GraphicsTestCase | _testCase |
Returns
Type | Description |
---|---|
Boolean |
OpenWindow()
Declaration
public static void OpenWindow()
OpenWindow(GraphicsTestCase)
Declaration
public static void OpenWindow(GraphicsTestCase _testCase)
Parameters
Type | Name | Description |
---|---|---|
GraphicsTestCase | _testCase |