Component:ButtonHoverEventRelay

From Resonite Wiki
This page contains changes which are not marked for translation.
Component image 
Button Hover Event Relay component as seen in the Scene Inspector


The ButtonHoverEventRelay component takes in a slot target, and if any IButton hover event happens with this component on a slot, will also send a signal to that target slot, and the components on that target slot will trigger with hover events (if applicable).

Fields

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.
Target Slot The slot to send the signal to.

Usage

Useful for sending multiple signals from one hover event.

Examples

Related Components