| Alignment |
The anchor that determines which edge the gauge fills from. |
Alignment |
| Color Mask |
The color mask to apply to the element. |
Color |
| Current Value |
The template property name that provides the current value of the gauge at runtime. |
String |
| Cursor Model |
The cursor to use for the visual, if it is interactable. |
Sprite or Model |
| Disabled Effects |
The visual effects applied when this element is disabled. |
User Interface Element Effect |
| End |
The sprite to use for the end of the gauge. |
Sprite or Model |
| Fill |
The sprite to use for the filled area between the start and end of the gauge. |
Sprite or Model |
| Fill Strategy |
The method used to render the fill sprite between the start and end of the gauge. |
Fill Strategy |
| Focused Effects |
The visual effects applied when this element has focus. |
User Interface Element Effect |
| Is Linked to Selected Context |
Whether this element's context updates to reflect the currently selected item in the interface. |
Toggle |
| Is Linked to UI Context |
Whether this element's context is linked to the parent interface's context. |
Toggle |
| Is Visible |
Whether the element is visible when the interface first loads. Can be toggled at runtime via effects or scripts. |
Toggle |
| Maintain Limits |
Whether to clamp the gauge so it cannot exceed the minimum or maximum values. |
Toggle |
| Margin |
The margin around the element in pixels. |
Margin |
| Maximum Value |
The template property name that provides the maximum value of the gauge at runtime. |
String |
| Minimum Value |
The template property name that provides the minimum value of the gauge at runtime. |
String |
| Name |
The name of the element. |
String |
| Orientation |
The orientation of the gauge. |
Orientation |
| Pixel Height |
The height in pixels of the element. |
Number |
| Pixel Width |
The width in pixels of the element. |
Number |
| Pixel X |
The x coordinate in pixels of the element. |
Number |
| Pixel Y |
The y coordinate in pixels of the element. |
Number |
| Relative Height |
The height relative to the container of the element. |
Number |
| Relative Width |
The width relative to the container of the element. |
Number |
| Relative X |
The x coordinate relative to the container of the element. |
Number |
| Relative Y |
The y coordinate relative to the container of the element. |
Number |
| Selected Effects |
The visual effects applied when this element is selected. |
User Interface Element Effect |
| Start |
The sprite to use for the start of the gauge. |
Sprite or Model |
| Template Type |
The data type expected when this element is used with templated data binding. |
String |
| Unfocused Effects |
The visual effects applied when this element loses focus. |
User Interface Element Effect |
| Use Relative Positioning |
Whether to use screen-relative coordinates (0.0 to 1.0) instead of pixel coordinates for positioning and sizing. |
Toggle |