Interface IDebugDisplaySettingsQuery
Interface for determining what kind of debug settings are currently active.
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public interface IDebugDisplaySettingsQuery
Properties
| Name | Description |
|---|---|
| AreAnySettingsActive | Checks whether ANY of the debug settings are currently active. |
| IsLightingActive | Checks whether lighting is active for these settings. |
| IsPostProcessingAllowed | Checks whether the current state of these settings allows post-processing. |
Methods
| Name | Description |
|---|---|
| TryGetScreenClearColor(ref Color) | Attempts to get the color used to clear the screen for this debug setting. |