Interface IDebugDisplaySettingsData
Debug UI panel interface
Inherited Members
Namespace: UnityEngine .Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public interface IDebugDisplaySettingsData : IDebugDisplaySettingsQuery
Methods
CreatePanel()
Creates the debug UI panel needed for these debug settings.
Declaration
IDebugDisplaySettingsPanelDisposable CreatePanel()
Returns
Type | Description |
---|---|
IDebug |
The debug UI panel created. |
Reset()
Resets the values of the settings data
Declaration
void Reset()