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