Method GetPanel
GetPanel(string, bool, int, bool)
Returns a debug panel.
Declaration
public DebugUI.Panel GetPanel(string displayName, bool createIfNull = false, int groupIndex = 0, bool overrideIfExist = false)
Parameters
| Type | Name | Description |
|---|---|---|
| string | displayName | Name of the debug panel. |
| bool | createIfNull | Create the panel if it does not exists. |
| int | groupIndex | Group index. |
| bool | overrideIfExist | Replace an existing panel. |
Returns
| Type | Description |
|---|---|
| DebugUI.Panel |