Difference between revisions of "Property Element"
Jump to navigation
Jump to search
m
→Sizeable
imported>JRoush (→Text) |
imported>JRoush m (→Sizeable) |
||
Line 17: | Line 17: | ||
*'''X,Y''' (Numeric) The coordinates (in pixels) of the upper-left hand corner of an element. These coordinates can be absolute or relative to the position of the parent element (see Locus). For text elements, this marks the "root" position (see Justify). | *'''X,Y''' (Numeric) The coordinates (in pixels) of the upper-left hand corner of an element. These coordinates can be absolute or relative to the position of the parent element (see Locus). For text elements, this marks the "root" position (see Justify). | ||
*'''Height, Width''' (Numeric) The height and width (in pixels) of the element. For text elements, the width and height are set by the game engine automatically depending on the font and text contents. | *'''Height, Width''' (Numeric) The height and width (in pixels) of the element. For text elements, the width and height are set by the game engine automatically depending on the font and text contents. | ||
*'''Locus''' (Numeric: Boolean) If true then the | *'''Locus''' (Numeric: Boolean) If true then the element's coordinates are taken relative to the position of its parent. If false, then the elements coordinates are taken as absolute, from the upper-left hand corner of the screen. | ||
== Rendered == | == Rendered == |