Unravel Engine C++ Reference
|
Configuration for message box appearance and behavior. More...
#include <imgui_messagebox.h>
Public Attributes | |
MessageType | type = MessageType::Info |
ImVec2 | min_size = {300, 150} |
ImVec2 | max_size = {600, 400} |
float | animation_duration = 0.1f |
bool | center_on_screen = true |
bool | allow_resize = false |
bool | show_close_button = true |
ImVec4 | background_color = {0.0f, 0.0f, 0.0f, 0.0f} |
Configuration for message box appearance and behavior.
Definition at line 57 of file imgui_messagebox.h.
bool ImBox::MsgBoxConfig::allow_resize = false |
Definition at line 64 of file imgui_messagebox.h.
float ImBox::MsgBoxConfig::animation_duration = 0.1f |
Definition at line 62 of file imgui_messagebox.h.
ImVec4 ImBox::MsgBoxConfig::background_color = {0.0f, 0.0f, 0.0f, 0.0f} |
Definition at line 66 of file imgui_messagebox.h.
bool ImBox::MsgBoxConfig::center_on_screen = true |
Definition at line 63 of file imgui_messagebox.h.
ImVec2 ImBox::MsgBoxConfig::max_size = {600, 400} |
Definition at line 61 of file imgui_messagebox.h.
ImVec2 ImBox::MsgBoxConfig::min_size = {300, 150} |
Definition at line 60 of file imgui_messagebox.h.
bool ImBox::MsgBoxConfig::show_close_button = true |
Definition at line 65 of file imgui_messagebox.h.
MessageType ImBox::MsgBoxConfig::type = MessageType::Info |
Definition at line 59 of file imgui_messagebox.h.