docs.unity.cn
    Show / Hide Table of Contents

    Class DebugDisplaySettingsPanel

    The abstract common implementation of the IDebugDisplaySettingsPanelDisposable

    Inheritance
    Object
    DebugDisplaySettingsPanel
    DebugDisplaySettingsPanel<T>
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Rendering
    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
    Implements
    IDebugDisplaySettingsPanel.Flags

    Order

    The order where this panel should be shown

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

    PanelName

    The Panel name

    Declaration
    public virtual string PanelName { get; }
    Property Value
    Type Description
    String
    Implements
    IDebugDisplaySettingsPanel.PanelName

    Widgets

    The collection of widgets that are in this panel

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

    Methods

    AddWidget(DebugUI.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
    IDisposable.Dispose()

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, Boolean)
    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023