Inheritance
System.Object
DebugUI.Widget
 
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)
 
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
| Type | 
Description | 
| System.String | 
 | 
Declaration
public DebugUI.Flags flags { get; set; }
 
Property Value
Declaration
public bool isEditorOnly { get; }
 
Property Value
| Type | 
Description | 
| System.Boolean | 
 | 
Declaration
public bool isRuntimeOnly { get; }
 
Property Value
| Type | 
Description | 
| System.Boolean | 
 | 
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
| Type | 
Description | 
| System.String | 
 | 
Methods
  
Declaration
public override int GetHashCode()
 
Returns
| Type | 
Description | 
| System.Int32 | 
 | 
Overrides
System.Object.GetHashCode()
Declaration