API reference

IPanelRegistrar Interface

Interface for registering debug panels dynamically with the DebugInterface.
Implement this interface to create panels that can register themselves at runtime.

Methods

RegisterPanel ( debugInterface )
Register a debug panel with the debug interface.
This method will be called automatically when the debug interface is ready.
Signature
void RegisterPanel(DebugInterface debugInterface)
Parameters
debugInterface: DebugInterface  The debug interface to register the panel with
Returns
void