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