PromptWindow Class
Definition
Section titled “Definition”public class PromptWindow : ImGuiWindowBaseInheritance object → ImGuiObjectBase → ImGuiWindowBase
Constructors
Section titled “Constructors”PromptWindow(string, string, string, string)
Section titled “PromptWindow(string, string, string, string)”public PromptWindow(string message, string title = "Message", string positiveText = "Yes", string negativeText = "No")Parameters
Section titled “Parameters”message string
title string
positiveText string
negativeText 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.