Hyprland Lua API
/
Hyprland Lua API
/
Reference
/
Types
/
HL.Vec2
HL.Vec2
¶
class
HL.
Vec2
¶
Type definition.
Shape
¶
{
x = number,
y = number,
}
Fields
¶
x
number
y
number
Back to top
Previous
HL.Gradient
Next
HL.Box