Class DebugDisplaySettingsStats<TProfileId>
Display stats panel
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugDisplaySettingsStats<TProfileId> : IDebugDisplaySettingsData, IDebugDisplaySettingsQuery where TProfileId : Enum
Type Parameters
Name | Description |
---|---|
TProfileId | Type of ProfileId the pipeline uses |
Constructors
Name | Description |
---|---|
DebugDisplaySettingsStats(DebugDisplayStats<TProfileId>) | Display stats panel constructor with settings |
Properties
Name | Description |
---|---|
AreAnySettingsActive | Checks whether ANY of the debug settings are currently active. |
debugDisplayStats | Current display stats |
Methods
Name | Description |
---|---|
CreatePanel() | Creates the debug UI panel needed for these debug settings. |