onHoverEnter abstract method

void onHoverEnter(
  1. int pointer,
  2. Vector2 position
)

Listen when the mouse cursor hover in this component

Implementation

void onHoverEnter(int pointer, Vector2 position);