bool UI::Begin(const string&in title, int flags = UI::GetDefaultWindowFlags()) Begins an imgui window.
string title
int flags
bool bool UI::Begin(const string&in title, bool&out open, int flags = UI::GetDefaultWindowFlags()) Begins an imgui window.
bool