Skip to content

Documentation / imgui / ImGui / InputFloat3

Function: InputFloat3()

InputFloat3(label, v, format?, flags?): boolean

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

Parameters

label

string

v

XYZ | XYZW | ImTuple3<number> | ImTuple4<number>

format?

string = '%.3f'

flags?

ImGuiInputTextFlags = 0

Returns

boolean

Released under the MIT License.