InverseTransformPoint(Vector2)
Inverse Transform a point using the current transform translation and rotation.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly Vector2 InverseTransformPoint(Vector2 point)
Parameters
The point to inverse transform.
Returns
Type | Description |
|---|---|
| Vector2 | The inverse transformed point. |