Difference between revisions of "Property Element"

787 bytes added ,  01:26, 19 December 2009
imported>JRoush
imported>JRoush
Line 21: Line 21:
== Rendered ==
== Rendered ==
Properties for any menu element with a visible effect, i.e. [[Menu Element#Image|Image]] and [[Menu Element#Text|Text]] elements. Note, however, that setting the Visible property to false on any element will hide all of it's children.
Properties for any menu element with a visible effect, i.e. [[Menu Element#Image|Image]] and [[Menu Element#Text|Text]] elements. Note, however, that setting the Visible property to false on any element will hide all of it's children.
*Visible
*'''Visible''' (Numeric: Boolean) If true, the element is visible, and if false the element is hidden.  Hiding an element will reveal the elements under it (parents or siblings with lower Depth).  Hidden elements cannot be clicked or moused over, but can still be activated from scripts using OBSE's [[ClickMenuButton]] function.
*Alpha
*'''Alpha''' (Numeric)  Value between 0 and 255 that determines transparency of element.  The higher the alpha the more transparent, until at 255 the element is completely transparent - although it can still respond to mouse clicks, etc.
*Depth
*'''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
*'''Clips''' (Numeric: Boolean)  ''Purpose Unknown.''


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