Class DebugUI.Panel
Inheritance
System.Object
DebugUI.Panel
Syntax
public class Panel : DebugUI.IContainer, IComparable<DebugUI.Panel>
Constructors
Panel()
Declaration
Properties
children
Declaration
public ObservableList<DebugUI.Widget> children { get; }
Property Value
Implements
displayName
Declaration
public string displayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
editorForceUpdate
Declaration
public bool editorForceUpdate { get; }
Property Value
Type |
Description |
System.Boolean |
|
flags
Declaration
public DebugUI.Flags flags { get; set; }
Property Value
groupIndex
Declaration
public int groupIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
isEditorOnly
Declaration
public bool isEditorOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
isInactiveInEditor
Declaration
public bool isInactiveInEditor { 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
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
Declaration
protected virtual void OnItemAdded(ObservableList<DebugUI.Widget> sender, ListChangedEventArgs<DebugUI.Widget> e)
Parameters
Declaration
protected virtual void OnItemRemoved(ObservableList<DebugUI.Widget> sender, ListChangedEventArgs<DebugUI.Widget> e)
Parameters
SetDirty()
Declaration
Events
onSetDirty
Declaration
public event Action<DebugUI.Panel> onSetDirty
Event Type