Class HoverTipManager
This class is responsible for managing the functionality of the hovetip. Written by following this tutorial.
Namespace: Global
Assembly: cs.temp.dll.dll
Syntax
public class HoverTipManager : MonoBehaviour
Fields
onMouseHover
Delegate for response to the mouse hover over a element.
Declaration
public static Action<string, Vector2> onMouseHover
Field Value
Type | Description |
---|---|
Action<String, Vector2> |
onMouseLoseFocus
Delegate for response to the mouse no longer hovering over a element.
Declaration
public static Action onMouseLoseFocus
Field Value
Type | Description |
---|---|
Action |