mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-16 14:08:59 +07:00
additional dirty flag helper function for layouts
This commit is contained in:
@@ -70,6 +70,9 @@ local layout_item = {
|
||||
---@type boolean
|
||||
disabled = false,
|
||||
|
||||
---@type boolean
|
||||
dirty = false,
|
||||
|
||||
---@type v2f
|
||||
size = v2f.unit()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user