Skip to content

Documentation / imgui / ImGui / XYZW

Interface: XYZW

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

Extends

Properties

x

x: number

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

Inherited from

XYZ.x


y

y: number

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

Inherited from

XYZ.y


z

z: number

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

Inherited from

XYZ.z


w

w: number

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

Released under the MIT License.