Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ClosestPoint(Vector2)

Calculate the closest point on this shape to the specified point.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Method
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public Vector2 ClosestPoint(Vector2 point)

Parameters

point

The point to check.

Returns

Type

Description

Vector2The closest point on the shape to the specified point.