Component:ButtonHoverEventRelay

From Resonite Wiki
Revision as of 22:28, 11 September 2024 by AmasterAmaster (talk | contribs) (Added a description, added a usage description, added field description. This is no longer a stub.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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