예제 #1
0
 internal override bool CollidesWith(PointCollider other)
 {
     return(CollisionCheck.CircleWithPoint(this, other));
 }
예제 #2
0
 internal override bool CollidesWith(CircleCollider other)
 {
     return(CollisionCheck.CircleWithPoint(other, this));
 }