Skip to content

PromptWindow Class

C#
public class PromptWindow : ImGuiWindowBase

Inheritance objectImGuiObjectBaseImGuiWindowBase

PromptWindow(string, string, string, string)

Section titled “PromptWindow(string, string, string, string)”
C#
public PromptWindow(string message, string title = "Message", string positiveText = "Yes", string negativeText = "No")

message string

title string

positiveText string

negativeText string

Draws this object.

C#
public override void BuildUI(ImGuiRenderer renderer)

renderer ImGuiRenderer
The ImGui renderer drawing this object.