Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ClosestPoint(PhysicsTransform, Vector2)

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

Definition

public readonly Vector2 ClosestPoint(PhysicsTransform transform, Vector2 point)

Parameters

The Transform to use on this geometry.

point

The point to check.

Returns

Type

Description

Vector2The closest point on the geometry to the specified point.