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