示例#1
0
 public void OnPointerExit()
 {
     OnHideTooltip?.Invoke();
 }
示例#2
0
 //Detect when Cursor leaves the GameObject
 public void OnPointerExit(PointerEventData pointerEventData)
 {
     OnHideTooltip?.Invoke();
 }