Beispiel #1
0
 // 滑鼠進入範圍
 public void OnPointerEnter(PointerEventData eventData)
 {
     coreManager.Show_info(myName, myDescription, needMoney);
 }