Method RegisterDebugUI
RegisterDebugUI(List<Widget>)
Add display stats widgets to the list provided.
Declaration
public abstract void RegisterDebugUI(List<DebugUI.Widget> list)
Parameters
| Type | Name | Description |
|---|---|---|
| List<DebugUI.Widget> | list | List to add the widgets to. |