Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

Rigidbody2D.GetPoint

Switch to Manual
public function GetPoint(point: Vector2): Vector2;

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.