Class DebugDisplaySettingsStats
Display stats panel.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugDisplaySettingsStats : IDebugDisplaySettingsData, IDebugDisplaySettingsQuery
Constructors
DebugDisplaySettingsStats(DebugDisplayStats)
Display stats panel constructor with settings.
Declaration
public DebugDisplaySettingsStats(DebugDisplayStats debugDisplayStats)
Parameters
| Type | Name | Description |
|---|---|---|
| DebugDisplayStats | debugDisplayStats | The debug display stats object that is used for configuring settings in the stats panel. |
Properties
AreAnySettingsActive
Checks whether ANY of the debug settings are currently active.
Declaration
public bool AreAnySettingsActive { get; }
Property Value
| Type | Description |
|---|---|
| bool |
debugDisplayStats
Current display stats.
Declaration
public DebugDisplayStats debugDisplayStats { get; }
Property Value
| Type | Description |
|---|---|
| DebugDisplayStats |
Methods
CreatePanel()
Creates the debug UI panel needed for these debug settings.
Declaration
public IDebugDisplaySettingsPanelDisposable CreatePanel()
Returns
| Type | Description |
|---|---|
| IDebugDisplaySettingsPanelDisposable | The debug UI panel created. |