Public Member Functions | Properties | List of all members
Components.HoverableButton Class Reference

A button component that is able to get hovering event registered to it. More...

Inheritance diagram for Components.HoverableButton:
Office.Scripts.LoadButton Office.Scripts.QuitButton Office.Scripts.SaveButton

Public Member Functions

override void OnPointerEnter (PointerEventData eventData)
 Fires the hover event whenever the mouse enters. More...
 

Properties

UnityEvent onHover [get, set]
 

Detailed Description

A button component that is able to get hovering event registered to it.

Member Function Documentation

override void Components.HoverableButton.OnPointerEnter ( PointerEventData  eventData)
inline

Fires the hover event whenever the mouse enters.

Parameters
eventData

Property Documentation

UnityEvent Components.HoverableButton.onHover
getset

UnityEvent that is triggered when the button is hovered.


The documentation for this class was generated from the following file: