コード例 #1
0
 public Vector2 ClosestPoint(Vector2 position)
 {
     return(Physics2D.ClosestPoint(position, this));
 }