docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DebugDisplaySettingsPanel

    The abstract common implementation of the IDebugDisplaySettingsPanelDisposable

    Inheritance
    object
    DebugDisplaySettingsPanel
    DebugDisplaySettingsPanel<T>
    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
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public abstract class DebugDisplaySettingsPanel : IDebugDisplaySettingsPanelDisposable, IDebugDisplaySettingsPanel, IDisposable

    Constructors

    DebugDisplaySettingsPanel()

    Default constructor

    Declaration
    protected DebugDisplaySettingsPanel()

    Properties

    Flags

    The DebugUI.Flags for this panel

    Declaration
    public virtual DebugUI.Flags Flags { get; }
    Property Value
    Type Description
    DebugUI.Flags

    Order

    The order where this panel should be shown

    Declaration
    public virtual int Order { get; }
    Property Value
    Type Description
    int

    PanelName

    The Panel name

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

    Widgets

    The collection of widgets that are in this panel

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

    Methods

    AddWidget(Widget)

    Adds a widget to the panel

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

    The DebugUI.Widget to be added.

    Clear()

    Clears the widgets list

    Declaration
    protected void Clear()

    Dispose()

    Disposes the panel

    Declaration
    public virtual void Dispose()

    Implements

    IDebugDisplaySettingsPanelDisposable
    IDebugDisplaySettingsPanel
    IDisposable

    Extension Methods

    ReflectionUtils.GetField(object, string)
    ReflectionUtils.GetFields(object)
    ReflectionUtils.Invoke(object, string, params object[])
    ReflectionUtils.SetField(object, string, object)
    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, T)
    In This Article
    Back to top
    Copyright © 2024 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)