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