Class ShaderVariantList.Settings
Settings for the shader variant list.
Inherited Members
Namespace: UnityEditor.TestTools.Graphics
Assembly: UnityEditor.TestTools.Graphics.dll
Syntax
[Serializable]
public class ShaderVariantList.Settings
Fields
enabled
Whether the shader variants are enabled.
Declaration
public bool enabled
Field Value
| Type | Description |
|---|---|
| bool |
targetPlatform
The target platform for the shader variants.
Declaration
public ShaderCompilerPlatform targetPlatform
Field Value
| Type | Description |
|---|---|
| ShaderCompilerPlatform |
xr
Whether the shader variants are for XR.
Declaration
public bool xr
Field Value
| Type | Description |
|---|---|
| bool |