Firstborn/Library/PackageCache/com.unity.render-pipelines..../Runtime/Debug/IDebugDisplaySettingsData.cs
Schaken-Mods b486678290 Library -Artifacts
Library -Artifacts
2023-03-28 12:24:16 -05:00

12 lines
370 B
C#

namespace UnityEngine.Rendering.Universal
{
public interface IDebugDisplaySettingsData : IDebugDisplaySettingsQuery
{
/// <summary>
/// Creates the debug UI panel needed for these debug settings.
/// </summary>
/// <returns>The debug UI panel created.</returns>
IDebugDisplaySettingsPanelDisposable CreatePanel();
}
}