mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-16 22:16:53 +07:00
dummy layout_item size property
This commit is contained in:
@@ -65,7 +65,10 @@ local layout_item = {
|
||||
enabled = true,
|
||||
|
||||
---@type boolean
|
||||
disabled = false
|
||||
disabled = false,
|
||||
|
||||
---@type v2f
|
||||
size = v2f.unit()
|
||||
}
|
||||
|
||||
---@overload fun(self: layout_item)
|
||||
|
||||
Reference in New Issue
Block a user