Class DebugDisplaySettingsVolume
Debug Dispaly Settings Volume
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugDisplaySettingsVolume : IDebugDisplaySettingsData, IDebugDisplaySettingsQuery
Constructors
| Name | Description |
|---|---|
| DebugDisplaySettingsVolume(IVolumeDebugSettings2) | Constructor with the settings |
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. |
| volumeDebugSettings | Current volume debug settings. |
Methods
| Name | Description |
|---|---|
| CreatePanel() | Creates the panel |
| TryGetScreenClearColor(ref Color) | Attempts to get the color used to clear the screen for this debug setting. |