User Interface Elements have the ability to have different effects, based on different conditions specified by the user.
These can change the appearance or actual values displayed, depending on how they are configured.
| Name | Explanation | Type |
|---|---|---|
| Character Model Value Modifier | The value modifier to leverage on the control. | Sprite or Model |
| Color Mask | The color mask to apply to the element. | Color |
| Easing Function | The easing function that the effect should leverage. | EasingFunction |
| Hue Shift | The hue-shift to leverage on the visual effect. | Number |
| Invert Condition Value | Whether or not to invert the value of the condition. | Toggle |
| Is Color Mask Enabled | Whether or not the color mask is enabled on the effect. | Toggle |
| Is Enabled | Whether or not the effect is enabled. | Toggle |
| Is Global Switch Condition | Whether or not the 'Use Switch Condition' will leverage a global switch. | Toggle |
| Is Grayscale | Whether or not the visual element should be rendered in grayscale. | Toggle |
| Is Local Switch Condition | Whether or not the 'Use Switch Condition' will leverage a local switch. | Toggle |
| Is Offset Enabled | Whether or not the offset is enabled. | Toggle |
| Is Recycling | Whether or not the effect is cycling over and over again. | Toggle |
| Is Scale Enabled | Whether or not the effect is enabled. | Toggle |
| Is Value Modifier Character Model | Whether or not the value modifier is a character model or image. | Toggle |
| Is Value Modifier Template Value | Whether or not the value modifier is a templated value. | Toggle |
| Is Value Modifier Text | Whether or not the value modifier is text. | Toggle |
| Is Visibility Enabled | Whether or not the visibility is enabled. | Toggle |
| Offset | The offset to apply to the visual element. | Vector |
| Opacity | The opacity to apply to the visual element. | Number |
| Scale | The scale to apply to the visual element. | Vector |
| Switch Index Condition | The index of the switch to use for the condition. | Number |
| Template Condition | The template property name to use for the condition. | String |
| Template Value Modifier | The template value modifier to use for the condition. | String |
| Text Value Modifier | The text value modifier to use for the condition. | String |
| Use Switch Condition | Whether or not to use a switch for the condition. | Toggle |
| Use Template Condition | Whether or not to use a template for the condition. | Toggle |
| Visibility | Whether or not the element should be visible. | Toggle |