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 |
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 |
---|---|
bool |