Skip to content

MessageWindow Class

C#
public class MessageWindow : ImGuiWindowBase

Inheritance objectImGuiObjectBaseImGuiWindowBase

C#
public MessageWindow(string message, string title = "Message")

message string

title string

Draws this object.

C#
public override void BuildUI(ImGuiRenderer renderer)

renderer ImGuiRenderer
The ImGui renderer drawing this object.

C#
public static void Show(string message, string title)

message string

title string