コード例 #1
0
ファイル: ItemData.cs プロジェクト: charleswcary/2D_RPG
 public void OnPointerEnter(PointerEventData eventData)
 {
     toolTip.Activate(item);
 }