position | The position from which to find the closest point on this Collider. |
Vector2
A point on the perimeter of this Collider that is closest to the specified position
.
Returns a point on the perimeter of this Collider that is closest to the specified position
.
This function provides the ability to calculate the closest point of a specified position
to the perimeter of any Collider2D type.
In the case where the position
is inside this Collider or this Collider is disabled, then the input position
is returned instead.
See Also: Rigidbody2D.ClosestPoint & Physics2D.ClosestPoint.