Class DebugUI.Panel | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class DebugUI.Panel

    Inheritance
    System.Object
    DebugUI.Panel
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    public class Panel : DebugUI.IContainer

    Constructors

    Panel()

    Declaration
    public Panel()

    Properties

    children

    Declaration
    public ObservableList<DebugUI.Widget> children { get; }
    Property Value
    Type Description
    ObservableList<DebugUI.Widget>
    Implements
    DebugUI.IContainer.children

    displayName

    Declaration
    public string displayName { get; set; }
    Property Value
    Type Description
    System.String
    Implements
    DebugUI.IContainer.displayName

    flags

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

    isEditorOnly

    Declaration
    public bool isEditorOnly { get; }
    Property Value
    Type Description
    System.Boolean

    isRuntimeOnly

    Declaration
    public bool isRuntimeOnly { get; }
    Property Value
    Type Description
    System.Boolean

    queryPath

    Declaration
    public string queryPath { get; }
    Property Value
    Type Description
    System.String
    Implements
    DebugUI.IContainer.queryPath

    Methods

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

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

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

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

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

    SetDirty()

    Declaration
    public void SetDirty()

    Events

    onSetDirty

    Declaration
    public event Action<DebugUI.Panel> onSetDirty
    Event Type
    Type Description
    Action<DebugUI.Panel>
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023