DebugExtensionsImGui Class
Definition
Section titled “Definition”Extensions to enable the ImGui debug UI.
public static class DebugExtensionsImGuiInheritance object
Methods
Section titled “Methods”EnableImGuiDebugger(Builder, Keys, Action<bool>, Action)
Section titled “EnableImGuiDebugger(Builder, Keys, Action<bool>, Action)”Adds a RootComponents component that uses the specified hotkey to invoke Start().
public static Builder EnableImGuiDebugger(this Builder builder, Keys hotkey, Action<bool> openedEventHandler = null, Action closedEventHandler = null)Parameters
Section titled “Parameters”builder Builder
The config builder.
hotkey Keys
The keyboard key to start the debugger.
openedEventHandler Action<bool>
An event handler that’s raised when the debugger opens.
closedEventHandler Action
An event handler that’s raised when the debugger closes.
Returns
Section titled “Returns”Builder
The config builder.