Class TestResultWindow
Inherited Members
EditorWindow.ShowTab()
EditorWindow.GetWindow<T>()
EditorWindow.HasOpenInstances<T>()
EditorWindow.FocusWindowIfItsOpen<T>()
EditorWindow.GetWindowWithRect<T>(Rect)
EditorWindow.depthBufferBits
EditorWindow.antiAlias
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: UnityEngine.Experimental.Rendering
Assembly: UnityEditor.TestTools.Graphics.dll
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 |
---|---|
bool |
OpenWindow()
Declaration
[MenuItem("Tools/Graphics Test Framework/Graphics Test Results", false, 1)]
public static void OpenWindow()
OpenWindow(GraphicsTestCase)
Declaration
public static void OpenWindow(GraphicsTestCase _testCase)
Parameters
Type | Name | Description |
---|---|---|
GraphicsTestCase | _testCase |