Button Hover Event
π±οΈ ButtonHoverEvent Class
Adds hover events to a uGUI button.
Namespace:
Esper.Inventool.UI.UGUIAccess:publicType:classInherits:MonoBehaviour, IPointerEnterHandler, IPointerExitHandler
π¦ Fields
Access
Field
Type
Description
public
onPointerEnter
Action
Actions invoked on pointer enter.
public
onPointerExit
Action
Actions invoked on pointer exit.
π§° Methods
Access
Method
Returns
Description
public
OnPointerEnter(PointerEventData eventData)
void
Invokes onPointerEnter when the pointer enters.
public
OnPointerExit(PointerEventData eventData)
void
Invokes onPointerExit when the pointer exits.
Last updated