Class FinalOutputWindow
Inherited Members
Namespace: SadConsole.Debug
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public class FinalOutputWindow : ImGuiWindow
Constructors
FinalOutputWindow(string, bool)
Declaration
public FinalOutputWindow(string title, bool isOpen)
Parameters
Type | Name | Description |
---|---|---|
string | title | |
bool | isOpen |
Methods
BuildUI(ImGuiRenderer)
Draws this object.
Declaration
public override void BuildUI(ImGuiRenderer renderer)
Parameters
Type | Name | Description |
---|---|---|
ImGuiRenderer | renderer | The ImGui renderer drawing this object. |