ClosestPoint(Vector2, out PhysicsShape)
Calculate the closest point on this chain to the specified point.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
ClosestPoint(Vector2, PhysicsShape)
public Vector2 ClosestPoint(Vector2 point, out PhysicsShape chainSegmentShape)
Parameters
The point to check.
A reference to the chain segment shape that the query found.
Returns
Type | Description |
|---|---|
| Vector2 | The closest point on the shape to the specified point. |