extensions/urho3d: UIElement.width
This commit is contained in:
parent
c2877aaca2
commit
1ca6915fe0
@ -706,6 +706,7 @@ function M.define(dst, util)
|
|||||||
horizontalAlignment = util.simple_property("number"),
|
horizontalAlignment = util.simple_property("number"),
|
||||||
verticalAlignment = util.simple_property("number"),
|
verticalAlignment = util.simple_property("number"),
|
||||||
height = util.simple_property("number"),
|
height = util.simple_property("number"),
|
||||||
|
width = util.simple_property("number"),
|
||||||
color = util.simple_property("Color"),
|
color = util.simple_property("Color"),
|
||||||
minHeight = util.simple_property("number"),
|
minHeight = util.simple_property("number"),
|
||||||
minWidth = util.simple_property("number"),
|
minWidth = util.simple_property("number"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user