コード例 #1
0
 void OnMouseDown()
 {
     //Debug.Log("MouseDown");
     if (CanChooseDirection)
     {
         arrow = Instantiate(ArrowPrefab, ArrowAppearence);
     }
 }
コード例 #2
0
 void OnMouseDown()
 {
     if (CanChooseDirection)
     {
         Debug.LogWarning("Click");
         Arrow = Instantiate(ArrowPrefab, ArrowAppearence);
     }
 }