Class TestResultWindow
Inherited Members
UnityEditor.EditorWindow.ShowTab()
UnityEditor.EditorWindow.GetWindow<T>()
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean, System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.HasOpenInstances<T>()
UnityEditor.EditorWindow.FocusWindowIfItsOpen<T>()
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.depthBufferBits
UnityEditor.EditorWindow.antiAlias
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
[MenuItem("Tests/Result Window")]
public static void OpenWindow()
OpenWindow(GraphicsTestCase)
Declaration
public static void OpenWindow(GraphicsTestCase _testCase)
Parameters
Type | Name | Description |
---|---|---|
GraphicsTestCase | _testCase |