示例#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));
 }