Class DebugDisplaySettingsPanel
The abstract common implementation of the IDebugDisplaySettingsPanelDisposable
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public abstract class DebugDisplaySettingsPanel : IDebugDisplaySettingsPanelDisposable, IDebugDisplaySettingsPanel, IDisposable
Constructors
| Name | Description |
|---|---|
| DebugDisplaySettingsPanel() | Default constructor |
Properties
| Name | Description |
|---|---|
| Flags | The DebugUI.Flags for this panel |
| Order | The order where this panel should be shown |
| PanelName | The Panel name |
| Widgets | The collection of widgets that are in this panel |
Methods
| Name | Description |
|---|---|
| AddWidget(Widget) | Adds a widget to the panel |
| Clear() | Clears the widgets list |
| Dispose() | Disposes the panel |