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

    Name Description
    Table()

    Constructor.

    Fields

    Name Description
    isReadOnly

    True if the table is read only.

    scroll

    The scroll position of the table.

    Properties

    Name Description
    Header

    The table header for drawing

    Methods

    Name Description
    GetColumnVisibility(int)

    Get column visibility.

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

    Method called when a children is added.

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

    Method called when a children is removed.

    SetColumnVisibility(int, bool)

    Set column visibility.

    Extension Methods

    AnalyticsUtils.ToNestedColumnWithDefault<T>(T, T, bool)
    AnalyticsUtils.ToNestedColumn<T>(T, bool)
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)