Difference between revisions of "Object Element"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JRoush
m (Image Element moved to Menu Element: reorganized xml category)
imported>JRoush
Line 1: Line 1:
{{unfinished}}
{{unfinished}}
Adds a texture to the menu - one of the most commonly used elements.  Every visible aspect of the menus and HUD, except for text, is an image texture.


==== Traits ====
== Image Element ==
*[[Name Trait|name]]
An Image element defines a rectangular region with an associated [[Portal:Texturing|texture]]
Adds a texture to the menu - one of the most commonly used elements.  Every visible aspect of the menus and HUD, except for text, is an image texture. 


==== Value Elements ====
==== Value Elements ====
*'''Position'''
*[[Value Element#General|General]]
**[[Position Element|X,Y]]
*[[Value Element#Sizeable|Sizeable]]
**[[Size Element|Height, Width]]
*[[Value Element#Visible|Visible]]
**[[Locus Element|Locus]]
*[[Value Element#Mouse Targetable|Mouse Targetable]]
*'''Display'''
*[[Value Element#Textured|Textured]]
**[[Alpha Element|Alpha]]
 
**[[Filename Element|Filename]]
**[[Zoom Element|Zoom]]
**[[Crop Element|CropX,CropY]]
**[[Clips Element|Clips]]
**[[Visible Element|Visible]]
**[[Depth Element|Depth]]
*'''Input Events'''
**[[Target Element|Target]]
**[[Clicksound Element|Clicksound]]
**[[Mouseover Element|Mouseover]]
*'''Misc'''
**[[Include Element|Include]]
**[[ID Element|ID]]
**[[User Element|User#]]


[[Category:Oblivion XML]]
[[Category:Oblivion XML]]

Revision as of 20:09, 20 May 2009


Image Element

An Image element defines a rectangular region with an associated texture. Adds a texture to the menu - one of the most commonly used elements. Every visible aspect of the menus and HUD, except for text, is an image texture.

Value Elements