Class DebugUI.Widget | High Definition RP | 6.5.3-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class DebugUI.Widget

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

    isInactiveInEditor

    Declaration
    public bool isInactiveInEditor { get; }
    Property Value
    Type Description
    Boolean

    isRuntimeOnly

    Declaration
    public bool isRuntimeOnly { get; }
    Property Value
    Type Description
    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
    String

    Methods

    GetHashCode()

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

    RemoveSelf()

    Declaration
    public void RemoveSelf()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX