Skip to content

Documentation / imgui / ImGui / BeginChild

Function: BeginChild()

BeginChild(id, size?, border?, flags?): boolean

Defined in: libs/imgui/src/imgui.ts:4314

Parameters

id

string | number

size?

Readonly<Bind.interface_ImVec2> = ImVec2.ZERO

border?

boolean = false

flags?

ImGuiWindowFlags = 0

Returns

boolean

Released under the MIT License.