Class DebugDisplaySettingsUI
The UI implementation for a debug settings panel
Implements
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class DebugDisplaySettingsUI : IDebugData
Methods
GetReset()
The reset action to be executed when a Reset of the rendering debugger is need
Declaration
public Action GetReset()
Returns
Type | Description |
---|---|
Action | A Action with the restet callback |
RegisterDebug(IDebugDisplaySettings)
Register a display for the UI
Declaration
public void RegisterDebug(IDebugDisplaySettings settings)
Parameters
Type | Name | Description |
---|---|---|
IDebugDisplaySettings | settings | IDebugDisplaySettings to be registered |
UnregisterDebug()
Unregister the debug panels
Declaration
public void UnregisterDebug()