The Gauge renders a value in a fixed range, utilizing different fill strategies.
Note: This element is usually used to render health bars/meters, experience progress bars to the next level, and so forth.
| Name | Explanation | Type |
|---|---|---|
| Anchor | The anchor to where the gauge starts. | Alignment |
| Color Mask | The color mask to apply to the StartModel, EndModel, and FillModel. | Color |
| Current Value | The current value for calculating the gauge. | String |
| Cursor Model | The cursor to use for the visual, if it is interactable. | Sprite or Model |
| End Model | The end of the gauge visual. | Sprite or Model |
| Fill Model | The fill of the gauge visual. | Sprite or Model |
| Fill Strategy | The method of filling the gauge visual. | FillStrategy |
| Maintain Limits | Whether or not to allow the gauge to grow beyond the minimum or maximum values. | Toggle |
| Maximum Value | The maximum value for calculating the gauge. | String |
| Minimum Value | The minimum value for calculating the gauge. | String |
| Orientation | The orientation of the gauge. | Orientation |
| Start Model | The start of the gauge visual. | Sprite or Model |
| Disabled Effects | The disabled effects of the element. | User Interface Element Effect |
| Focused Effects | The focused effects of the element. | User Interface Element Effect |
| Is Linked To Selection Context | Whether or not to link the item to a selection context. | Toggle |
| Is Linked To User Interface Context | Whether or not to link the item to the user interface's context. | Toggle |
| Is Relatively Positioned | Whether or not the control is positioned relatively, instead of using pixels. | Toggle |
| Is Visible | Whether or not the control is visible. | Toggle |
| Margin | The margin around the element in pixels. | Margin |
| Pixel Height | The height of the element in pixels. | Number |
| Pixel Width | The width of the element in pixels. | Number |
| Pixel X | The X coordinate of the element in pixels. | Number |
| Pixel Y | The Y coordinate of the element in pixels. | Number |
| Relative Height | The height of the element in screen percentage. | Number |
| Relative Width | The width of the element in screen percentage. | Number |
| Relative X | The X coordinate of the element in screen percentage. | Number |
| Relative Y | The Y coordinate of the element in screen percentage. | Number |
| Selected Effects | The selected effects of the element. | User Interface Element Effect |
| Unfocused Effects | The unfocused effects of the element. | User Interface Element Effect |