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