Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetPoint(Vector2)

Get a local space point given the point point in rigidBody global space.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.Physics2DModule
public Vector2 GetPoint(Vector2 point)

Parameters

point

The global space point to transform into local space.

Returns

Type

Description

Vector2