Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Rigidbody2D.GetRelativePoint

Switch to Manual
GetRelativePoint(relativePoint: Vector2): Vector2;
Vector2 GetRelativePoint(Vector2 relativePoint);
def GetRelativePoint(relativePoint as Vector2) as Vector2

Parameters

relativePointThe local space point to transform into global space.

Description

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