Difference between revisions of "ISUI:gauge (Element Type)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
!width="15%"|Tag  
 
!width="15%"|Tag  
 
!width="75%"|Description  
 
!width="75%"|Description  
!width="10%" style="align:center"|Default
+
!width="10%" style="align:center"|Example
 
|-
 
|-
 
| '''Border'''
 
| '''Border'''
 
| Size of border around the element (inclusive) || 0
 
| Size of border around the element (inclusive) || 0
|-
 
| '''DefaultTextures'''
 
| Causes the other "Texture" settings to be ignored, using the given defaults instead (does NOT include Filler). This tag may have a ColorMask attribute to be applied to the default textures ||
 
 
|-
 
|-
 
| '''Filler'''
 
| '''Filler'''
Line 24: Line 21:
 
|-
 
|-
 
| '''Texture'''
 
| '''Texture'''
| Background texture || ''none''
+
| Background texture ||
 
|-
 
|-
 
| '''Vertical'''
 
| '''Vertical'''
Line 38: Line 35:
 
!width="15%"|Tag  
 
!width="15%"|Tag  
 
!width="75%"|Description  
 
!width="75%"|Description  
!width="10%" style="align:center"|Default
+
!width="10%" style="align:center"|Example
|-
 
| '''DefaultTextures'''
 
| Causes the other "Texture" settings to be ignored, using the given defaults instead ||
 
 
|-
 
|-
 
| '''Texture'''
 
| '''Texture'''
| Background texture || ''none''
+
| Background texture ||  
 
|-
 
|-
 
|}
 
|}
 +
 +
 +
== See Also ==
 +
* [[ISUI]]
 +
* [[ISUI:Custom Interfaces|Custom Interfaces]]
  
 
[[Category:Inner Space]]
 
[[Category:Inner Space]]
 
[[Category:ISUI]]
 
[[Category:ISUI]]

Revision as of 03:56, 14 June 2005

Overview

Any gauge that is a child of another gauge will appear inside the filler of the parent gauge, and its value will be modulated from its parent gauge's value on its own range. In other words, if the parent gauge has a value of 11 and is on a range of 100, and the child gauge is on a range of 10, the child's value will be 11%10, or 1. This can be used to make any number of nested gauges showing a "zoomed" portion of the original.

Base Element

  • none

XML Properties

Tag Description Example
Border Size of border around the element (inclusive) 0
Filler The gauge "filler". The filler has its own properties as listed below see below
Range Range of possible values for this gauge (0 to this number, inclusive) 1
Texture Background texture
Vertical Causes the gauge to flow from bottom to top, rather than left to right 0


Filler

XML Properties

Tag Description Example
Texture Background texture


See Also