Interface IDebugDisplaySettingsData
Inherited Members
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.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. |