docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DebugDisplaySettingsPanel

    Inheritance
    object
    DebugDisplaySettingsPanel
    Implements
    IDebugDisplaySettingsPanelDisposable
    IDebugDisplaySettingsPanel
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering.Universal
    Assembly: Unity.RenderPipelines.Universal.Runtime.dll
    Syntax
    public abstract class DebugDisplaySettingsPanel : IDebugDisplaySettingsPanelDisposable, IDebugDisplaySettingsPanel, IDisposable

    Properties

    PanelName

    The name used when displaying this panel.

    Declaration
    public abstract string PanelName { get; }
    Property Value
    Type Description
    string

    Widgets

    Widgets used by this panel.

    Declaration
    public DebugUI.Widget[] Widgets { get; }
    Property Value
    Type Description
    Widget[]

    Methods

    AddWidget(Widget)

    Declaration
    protected void AddWidget(DebugUI.Widget widget)
    Parameters
    Type Name Description
    DebugUI.Widget widget

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IDebugDisplaySettingsPanelDisposable
    IDebugDisplaySettingsPanel
    IDisposable
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)