Buttons have an event for it.
Scroll down on the Details panel (right side) and you’ll find…
OnHover
and
OnUnhover
You can use a boolean to test if the mouse is remaining hovered.
Buttons have an event for it.
Scroll down on the Details panel (right side) and you’ll find…
OnHover
and
OnUnhover
You can use a boolean to test if the mouse is remaining hovered.