Skip to content

Documentation / imgui / ImGui / XYZ

Interface: XYZ

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

Extends

Extended by

Properties

x

x: number

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

Inherited from

XY.x


y

y: number

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

Inherited from

XY.y


z

z: number

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

Released under the MIT License.