pub unsafe fn with_ui<R>(body: impl FnOnce(&Ui<'static>) -> R) -> R
Retrieves the imgui::Ui for rendering.
imgui::Ui