Class RuntimeSettings
Helper class for runtime automated graphics tests.
Inherited Members
Namespace: UnityEngine.TestTools.Graphics
Assembly: UnityEngine.TestTools.Graphics.dll
Syntax
public static class RuntimeSettings
Properties
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 |
|---|---|
| bool |
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 |
|---|---|
| bool |
urpCompatibilityMode
Use this property to check if URP_COMPATIBILITY_MODE scripting define should be set.
Declaration
public static bool urpCompatibilityMode { get; }
Property Value
| Type | Description |
|---|---|
| bool |