This version of Unity is unsupported.

Rigidbody2D.GetRelativePoint

Switch to Manual

Declaration

public Vector2 GetRelativePoint(Vector2 relativePoint);

Parameters

relativePoint The local space point to transform into global space.

Description

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