Difference between revisions of "Object Element"
Jump to navigation
Jump to search
no edit summary
imported>JRoush |
imported>JRoush |
||
Line 4: | Line 4: | ||
Defines a rectangular region with an associated [[Portal:Texturing|texture]]. Every visible aspect of the menus and HUD, except for text, is an image element. | Defines a rectangular region with an associated [[Portal:Texturing|texture]]. Every visible aspect of the menus and HUD, except for text, is an image element. | ||
'''Value Elements''' | |||
*[[Property Element#General|General]] | *[[Property Element#General|General]] | ||
*[[Property Element#Sizeable|Sizeable]] | *[[Property Element#Sizeable|Sizeable]] | ||
Line 14: | Line 14: | ||
Defines a rectangular region (similar to an Image element), but without any visible effects. Even so, a Rect element may have a [[Property Element#Rendered|Visible]] element as a child, which, if it evaluates to false, will override the Visible properties of all of the Rect's other children. | Defines a rectangular region (similar to an Image element), but without any visible effects. Even so, a Rect element may have a [[Property Element#Rendered|Visible]] element as a child, which, if it evaluates to false, will override the Visible properties of all of the Rect's other children. | ||
'''Value Elements''' | |||
*[[Property Element#General|General]] | *[[Property Element#General|General]] | ||
*[[Property Element#Sizeable|Sizeable]] | *[[Property Element#Sizeable|Sizeable]] | ||
Line 22: | Line 22: | ||
Self explanatory. Note, however, that the width and height property elements have no effect on the size of the text - this is determined solely by the font property. | Self explanatory. Note, however, that the width and height property elements have no effect on the size of the text - this is determined solely by the font property. | ||
'''Value Elements''' | |||
*[[Property Element#General|General]] | *[[Property Element#General|General]] | ||
*[[Property Element#Sizeable|Sizeable]] | *[[Property Element#Sizeable|Sizeable]] | ||
Line 31: | Line 31: | ||
Menu elements (here referring to elements of the form <menu></menu> rather than in the sense of the page title) are a bit special. They appear to be used exclusively as the root element of the menu document - no additional menu elements are parsed, no matter where they appear in the file. | Menu elements (here referring to elements of the form <menu></menu> rather than in the sense of the page title) are a bit special. They appear to be used exclusively as the root element of the menu document - no additional menu elements are parsed, no matter where they appear in the file. | ||
'''Value Elements''' | |||
*[[Property Element#General|General]] | *[[Property Element#General|General]] | ||
*[[Property Element#Menu|Menu]] | *[[Property Element#Menu|Menu]] | ||
[[Category:Oblivion XML]] | [[Category:Oblivion XML]] |