Class PromptWindow
Inherited Members
Namespace: Hexa.NET.ImGui.SC.Windows
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public class PromptWindow : ImGuiWindowBase
Constructors
PromptWindow(string, string, string, string)
Declaration
public PromptWindow(string message, string title = "Message", string positiveText = "Yes", string negativeText = "No")
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| string | title | |
| string | positiveText | |
| string | negativeText |
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. |