ClosestPoint(PhysicsTransform, Vector2)
Calculate the closest point on this geometry to the specified point.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public readonly Vector2 ClosestPoint(PhysicsTransform transform, Vector2 point)
Parameters
Returns
Type | Description |
|---|---|
| Vector2 | The closest point on the geometry to the specified point. |