Class DebugUI.Panel
Inheritance
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
Implements
editorForceUpdate
Declaration
public bool editorForceUpdate { get; }
Property Value
flags
Declaration
public DebugUI.Flags flags { get; set; }
Property Value
groupIndex
Declaration
public int groupIndex { get; set; }
Property Value
isEditorOnly
Declaration
public bool isEditorOnly { get; }
Property Value
isInactiveInEditor
Declaration
public bool isInactiveInEditor { get; }
Property Value
isRuntimeOnly
Declaration
public bool isRuntimeOnly { get; }
Property Value
queryPath
Declaration
public string queryPath { get; }
Property Value
Implements
Methods
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
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