docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DebugUI.Table

    Array Container.

    Inheritance
    object
    DebugUI.Widget
    DebugUI.Container
    DebugUI.Table
    Implements
    DebugUI.IContainer
    Inherited Members
    DebugUI.Container.children
    DebugUI.Container.panel
    DebugUI.Container.GetHashCode()
    DebugUI.Widget.m_Panel
    DebugUI.Widget.m_Parent
    DebugUI.Widget.parent
    DebugUI.Widget.flags
    DebugUI.Widget.displayName
    DebugUI.Widget.tooltip
    DebugUI.Widget.queryPath
    DebugUI.Widget.isEditorOnly
    DebugUI.Widget.isRuntimeOnly
    DebugUI.Widget.isInactiveInEditor
    DebugUI.Widget.isHiddenCallback
    DebugUI.Widget.isHidden
    DebugUI.Widget.nameAndTooltip
    object.Equals(object)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    Syntax
    public class DebugUI.Table : DebugUI.Container, DebugUI.IContainer

    Constructors

    Table()

    Constructor.

    Declaration
    public Table()

    Fields

    isReadOnly

    True if the table is read only.

    Declaration
    public bool isReadOnly
    Field Value
    Type Description
    bool

    scroll

    The scroll position of the table.

    Declaration
    public Vector2 scroll
    Field Value
    Type Description
    Vector2

    Properties

    Header

    The table header for drawing

    Declaration
    public MultiColumnHeader Header { get; }
    Property Value
    Type Description
    MultiColumnHeader

    Methods

    GetColumnVisibility(int)

    Get column visibility.

    Declaration
    public bool GetColumnVisibility(int index)
    Parameters
    Type Name Description
    int index

    Index of the column.

    Returns
    Type Description
    bool

    True if the column is visible.

    OnItemAdded(ObservableList<Widget>, ListChangedEventArgs<Widget>)

    Method called when a children is added.

    Declaration
    protected override void OnItemAdded(ObservableList<DebugUI.Widget> sender, ListChangedEventArgs<DebugUI.Widget> e)
    Parameters
    Type Name Description
    ObservableList<DebugUI.Widget> sender

    Sender widget.

    ListChangedEventArgs<DebugUI.Widget> e

    List of added children.

    Overrides
    DebugUI.Container.OnItemAdded(ObservableList<DebugUI.Widget>, ListChangedEventArgs<DebugUI.Widget>)

    OnItemRemoved(ObservableList<Widget>, ListChangedEventArgs<Widget>)

    Method called when a children is removed.

    Declaration
    protected override void OnItemRemoved(ObservableList<DebugUI.Widget> sender, ListChangedEventArgs<DebugUI.Widget> e)
    Parameters
    Type Name Description
    ObservableList<DebugUI.Widget> sender

    Sender widget.

    ListChangedEventArgs<DebugUI.Widget> e

    List of removed children.

    Overrides
    DebugUI.Container.OnItemRemoved(ObservableList<DebugUI.Widget>, ListChangedEventArgs<DebugUI.Widget>)

    SetColumnVisibility(int, bool)

    Set column visibility.

    Declaration
    public void SetColumnVisibility(int index, bool visible)
    Parameters
    Type Name Description
    int index

    Index of the column.

    bool visible

    True if the column should be visible.

    Implements

    DebugUI.IContainer

    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, 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)