Difference between revisions of "Property Element"

539 bytes added ,  08:03, 6 July 2010
imported>Low Post
m (→‎Text: Added numerical values for justify)
imported>Kyoma
Line 23: Line 23:
*'''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. Only works if the parent element has the <clipwindow> trait (and is true ofcourse).
*'''Clips''' (Numeric: Boolean)  If the element's (relative) position is outside of its parent element's dimensions it will be hidden. Only works if the parent element has the <clipwindow> trait (and is true ofcourse).
*'''Tile''' (Numeric: Boolean)  If the width or height of the image element is larger than the dimensions of the texture this trait will extend the image displayed by stacking (or pasting) two or more of the textures together into one single image. It does not appear to account for any alpha channel the texture may have, only the raw dimensions are used to determine if and where the textures are connected. This can cause problems with lower resolutions as many of the Menus80 textures have an alpha channel to hide the excess content.


== Mouse Targetable ==
== Mouse Targetable ==
Anonymous user