public void OnPointerExit(PointerEventData eventData) { Debug.Log("Je survole avec la souris sur l'abilité"); HoverExit?.Invoke(this, new HoverExitArgs()); }
public void OnMouseExit() { HoverExit?.Invoke(this, new EventArgs()); }