ClosestPoint(Vector2)
Calculate the closest point on this geometry to the specified point.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly Vector2 ClosestPoint(Vector2 point)
Parameters
The point to check.
Returns
Type | Description |
|---|---|
| Vector2 | The closest point on the geometry to the specified point. |