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 |
---|---|
IDebugDisplaySettingsPanelDisposable | The debug UI panel created. |