Lysa.ui  0.0
Lysa 3D Engine
Popup Struct Reference

Detailed Description

A Panel placed at a fixed (x, y) position relative to its parent and always drawn on top of sibling widgets.

Inherits from: Panel

Lua full name: lysa.ui.Popup

Properties

number x
 Horizontal offset from the parent widget's top-left corner (read-only).
 
number y
 Vertical offset from the parent widget's top-left corner (read-only).
 

Property Documentation

number x

Horizontal offset from the parent widget's top-left corner (read-only).

number y

Vertical offset from the parent widget's top-left corner (read-only).