Class DebugDisplaySettingsLighting
Lighting-related Rendering Debugger settings.
Inheritance
object
DebugDisplaySettingsLighting
Implements
IDebugDisplaySettingsData
IDebugDisplaySettingsQuery
Namespace: UnityEngine.Rendering.Universal
Assembly: solution.dll
Syntax
public class DebugDisplaySettingsLighting : IDebugDisplaySettingsData, IDebugDisplaySettingsQuery
Properties
AreAnySettingsActive
Declaration
public bool AreAnySettingsActive { get; }
Property Value
Type | Description |
---|---|
bool |
IsLightingActive
Declaration
public bool IsLightingActive { get; }
Property Value
Type | Description |
---|---|
bool |
IsPostProcessingAllowed
Declaration
public bool IsPostProcessingAllowed { get; }
Property Value
Type | Description |
---|---|
bool |
hdrDebugMode
Current HDR debug mode.
Declaration
public HDRDebugMode hdrDebugMode { get; set; }
Property Value
Type | Description |
---|---|
HDRDebugMode |
lightingDebugMode
Current debug lighting mode.
Declaration
public DebugLightingMode lightingDebugMode { get; set; }
Property Value
Type | Description |
---|---|
DebugLightingMode |
lightingFeatureFlags
Current debug lighting feature flags mask that allows selective disabling individual lighting components.
Declaration
public DebugLightingFeatureFlags lightingFeatureFlags { get; set; }
Property Value
Type | Description |
---|---|
DebugLightingFeatureFlags |
Methods
TryGetScreenClearColor(ref Color)
Declaration
public bool TryGetScreenClearColor(ref Color color)
Parameters
Type | Name | Description |
---|---|---|
Color | color |
Returns
Type | Description |
---|---|
bool |
Implements
UnityEngine.Rendering.IDebugDisplaySettingsData
UnityEngine.Rendering.IDebugDisplaySettingsQuery