Component image
The HoverDynamicValueSet component listens for a user's hover event on a UIX element and sets a value.
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. |
VariableName
|
String | The dynamic variable name to find these values. |
ValueOnBeginHover
|
T | The value to set when a hover event is detected. |
ValueOnEndHover
|
T | The value to set when a hover event has ended. |
SetValueOnBeginHover
|
Bool | Sets the value when a hover event is detected. |
SetValueOnEndHover
|
Bool | Sets the value when a hover event has ended. |