void IPointerExitHandler.OnPointerExit(PointerEventData eventData)
 {
     isDisplayingTooltip = false;
     tooltip.ClearText();
 }