MessageWindow Class
Definition
Section titled “Definition”public class MessageWindow : ImGuiWindowBaseInheritance object → ImGuiObjectBase → ImGuiWindowBase
Constructors
Section titled “Constructors”MessageWindow(string, string)
Section titled “MessageWindow(string, string)”public MessageWindow(string message, string title = "Message")Parameters
Section titled “Parameters”message string
title string
Methods
Section titled “Methods”BuildUI(ImGuiRenderer)
Section titled “BuildUI(ImGuiRenderer)”Draws this object.
public override void BuildUI(ImGuiRenderer renderer)Parameters
Section titled “Parameters”renderer ImGuiRenderer
The ImGui renderer drawing this object.
Show(string, string)
Section titled “Show(string, string)”public static void Show(string message, string title)Parameters
Section titled “Parameters”message string
title string