Difference between revisions of "Property Element"
Jump to navigation
Jump to search
→Rendered
imported>Kyoma |
imported>Kyoma |
||
Line 22: | Line 22: | ||
*'''Alpha''' (Numeric) Value between 0 and 255 that determines transparency of element. An alpha of 255 is normal, but the lower the alpha the the more transparent. At alpha of 0 the element is completely transparent - although it can still respond to mouse clicks, etc. | *'''Alpha''' (Numeric) Value between 0 and 255 that determines transparency of element. An alpha of 255 is normal, but the lower the alpha the the more transparent. At alpha of 0 the element is completely transparent - although it can still respond to mouse clicks, etc. | ||
*'''Depth''' (Numeric) Determines precedence for overlapping elements - those with a higher Depth will be drawn on top. Not that by default, an element always has higher depth than its parent. | *'''Depth''' (Numeric) Determines precedence for overlapping elements - those with a higher Depth will be drawn on top. Not that by default, an element always has higher depth than its parent. | ||
*'''Clips''' (Numeric: Boolean) If the element's (relative) position is outside of its parent element's dimensions it will be hidden | *'''Clips''' (Numeric: Boolean) If the element's (relative) position is outside of its parent element's dimensions it will be hidden. | ||
== Mouse Targetable == | == Mouse Targetable == |