Documentation / imgui / ImGui / SetWindowSize
Function: SetWindowSize()
SetWindowSize(
name_or_size,size_or_cond?,cond?):void
Defined in: libs/imgui/src/imgui.ts:4570
Parameters
name_or_size
string | Readonly<interface_ImVec2>
size_or_cond?
Readonly<interface_ImVec2> | ImGuiCond
cond?
ImGuiCond = 0
Returns
void