This version of Unity is unsupported.

Rigidbody2D.GetPoint

Switch to Manual

Declaration

public Vector2 GetPoint(Vector2 point);

Parameters

point The global space point to transform into local space.

Description

Get a local space point given the point point in rigidBody global space.