예제 #1
0
 public static bool Contains(this Collider2D self, Vector2 position)
 {
     return(Mathx.IsEqual(self.ClosestPoint(position), position));
 }