コード例 #1
0
 public bool CheckHit(Hitbox h)
 {
     DrawBox(Color.green); h.DrawBox(Color.red);
     return(CheckHitX(h) && CheckHitY(h));
 }