Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

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

pointThe global space point to transform into local space.

Description

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