Component:HoverDynamicValueSet

From Resonite Wiki
Component image 
Hover Dynamic Value Set`1 component as seen in the Scene Inspector


The HoverDynamicValueSet component listens for a user's hover event on a UIX element and sets a value.

Fields
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.

Usage

Examples

See Also