GetLocalVector(Vector2)
Gets a local vector on a body given a world vector.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public Vector2 GetLocalVector(Vector2 worldVector)
Parameters
The world vector to transform.
Returns
Type | Description |
|---|---|
| Vector2 | The local vector relative to the body. |