Class MaterialDebugSettings
Material Debug Settings.
Inherited Members
Namespace: UnityEngine .Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public class MaterialDebugSettings
Fields
Name | Description |
---|---|
debug |
Current material shared properties debug view. |
debug |
List of material debug view names. |
debug |
List of material debug views values. |
material |
Color for displaying materials using an albedo value that is too high. |
material |
Color for displaying materials using an albedo value that is too low. |
material |
Enable display of materials using a true metallic value. |
material |
Color for displaying materials using a true metallic color. |
Properties
Name | Description |
---|---|
debug |
Current Engine Debug View. |
debug |
Current GBuffer Debug View. |
debug |
Current Debug View Material. |
debug |
Current Properties Debug View. |
debug |
Current Varying Debug View. |
Methods
Name | Description |
---|---|
Disable |
Disable all current material debug views. |
Is |
Returns true if any material debug display is enabled. |
Is |
Returns true if GBuffer debug is enabled. |
Is |
Returns true if Material debug is enabled. |
Set |
Set the current shared material properties debug view. |
Set |
Set the current engine debug view. |
Set |
Set the current GBuffer debug view. |
Set |
Set the current material debug view. |
Set |
Set the current Material Property debug view. |
Set |
Set current varying debug view. |