Class RuntimeSettings
Helper class for runtime automated graphics tests.
Inherited Members
Namespace: UnityEngine.TestTools.Graphics
Syntax
public static class RuntimeSettingsProperties
reuseTestsForRenderGraph
Use this property to check if standard images (non-RG) should be used as reference when running tests in RenderGraph mode.
Declaration
public static bool reuseTestsForRenderGraph { get; }Property Value
| Type | Description | 
|---|---|
| Boolean | 
reuseTestsForXR
Use this property to check if standard images (non-XR) should be used as reference when running tests in XR mode.
Declaration
public static bool reuseTestsForXR { get; }Property Value
| Type | Description | 
|---|---|
| Boolean | 
saveActualImages
Use this property to check if all actual images should be saved when running tests.
Declaration
public static bool saveActualImages { get; }Property Value
| Type | Description | 
|---|---|
| Boolean |