Class FalseColorDebugSettings
False Color debug mpde settings.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public class FalseColorDebugSettings
Fields
colorThreshold0
False color mode threshold 0.
Declaration
public float colorThreshold0
Field Value
Type | Description |
---|---|
float |
colorThreshold1
False color mode threshold 1.
Declaration
public float colorThreshold1
Field Value
Type | Description |
---|---|
float |
colorThreshold2
False color mode threshold 2.
Declaration
public float colorThreshold2
Field Value
Type | Description |
---|---|
float |
colorThreshold3
False color mode threshold 3.
Declaration
public float colorThreshold3
Field Value
Type | Description |
---|---|
float |
falseColor
Enable false color mode.
Declaration
public bool falseColor
Field Value
Type | Description |
---|---|
bool |