Class DebugManager
  
Inheritance
System.Object
DebugManager
 
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
 
Syntax
public sealed class DebugManager
 
Properties
  
displayPersistentRuntimeUI
Declaration
public bool displayPersistentRuntimeUI { get; set; }
 
Property Value
| Type | 
Description | 
| System.Boolean | 
 | 
displayRuntimeUI
Declaration
public bool displayRuntimeUI { get; set; }
 
Property Value
| Type | 
Description | 
| System.Boolean | 
 | 
instance
Declaration
public static DebugManager instance { get; }
 
Property Value
panels
Declaration
public ReadOnlyCollection<DebugUI.Panel> panels { get; }
 
Property Value
Methods
  
GetAction(DebugAction)
Declaration
public float GetAction(DebugAction action)
 
Parameters
Returns
| Type | 
Description | 
| System.Single | 
 | 
GetItem(String)
Declaration
public DebugUI.Widget GetItem(string queryPath)
 
Parameters
| Type | 
Name | 
Description | 
| System.String | 
queryPath | 
 | 
Returns
GetPanel(String, Boolean)
Declaration
public DebugUI.Panel GetPanel(string displayName, bool createIfNull = false)
 
Parameters
| Type | 
Name | 
Description | 
| System.String | 
displayName | 
 | 
| System.Boolean | 
createIfNull | 
 | 
Returns
GetState()
Declaration
Returns
| Type | 
Description | 
| System.Int32 | 
 | 
RemovePanel(String)
Declaration
public void RemovePanel(string displayName)
 
Parameters
| Type | 
Name | 
Description | 
| System.String | 
displayName | 
 | 
RemovePanel(DebugUI.Panel)
Declaration
public void RemovePanel(DebugUI.Panel panel)
 
Parameters
Reset()
Declaration
Declaration
public void TogglePersistent(DebugUI.Widget widget)
 
Parameters
UpdateActions()
Declaration
public void UpdateActions()
 
Events
  
onDisplayRuntimeUIChanged
Declaration
public event Action<bool> onDisplayRuntimeUIChanged
 
Event Type
| Type | 
Description | 
| Action<System.Boolean> | 
 | 
onSetDirty
Declaration
public event Action onSetDirty
 
Event Type