コード例 #1
0
ファイル: BallControl.cs プロジェクト: huxii/Ripple
 void OnTriggerEnter2D(Collider2D other)
 {
     if (other.tag == "Sign")
     {
         manager.BallHitSign(gameObject);
     }
 }