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

    Class DebugUI.Widget

    Inheritance
    System.Object
    DebugUI.Widget
    DebugUI.Button
    DebugUI.Container
    DebugUI.Field<T>
    DebugUI.Value
    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 abstract class Widget

    Fields

    m_Panel

    Declaration
    protected DebugUI.Panel m_Panel
    Field Value
    Type Description
    DebugUI.Panel

    m_Parent

    Declaration
    protected DebugUI.IContainer m_Parent
    Field Value
    Type Description
    DebugUI.IContainer

    Properties

    displayName

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

    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

    panel

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

    parent

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

    queryPath

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

    Methods

    GetHashCode()

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

    RemoveSelf()

    Declaration
    public void RemoveSelf()
    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