public void OnPointerEnter(PointerEventData eventData) { if (this.item != null) { tooltip.GenerateTooltip(this.item); } }