IPointerEnterHandler 该接口实现方法如下: public void OnPointerEnter(PointerEventData eventData) { //当鼠标光标移入该对象时触发 }