Inheritance
DebugUI.Widget
public abstract class Widget
Fields
Declaration
protected DebugUI.Panel m_Panel
Field Value
Declaration
protected DebugUI.IContainer m_Parent
Field Value
Properties
Declaration
public string displayName { get; set; }
Property Value
Declaration
public DebugUI.Flags flags { get; set; }
Property Value
Declaration
public bool isEditorOnly { get; }
Property Value
Declaration
public bool isInactiveInEditor { get; }
Property Value
Declaration
public bool isRuntimeOnly { get; }
Property Value
Declaration
public virtual DebugUI.Panel panel { get; }
Property Value
Declaration
public virtual DebugUI.IContainer parent { get; }
Property Value
Declaration
public string queryPath { get; }
Property Value
Methods
Declaration
public override int GetHashCode()
Returns
Overrides
Declaration