FromPosition(Vector3)
Transform from a 3D custom world-space position back to a 2D PhysicsWorld position.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly Vector2 FromPosition(Vector3 position)
Parameters
The 3D position to transform.
Returns
Type | Description |
|---|---|
| Vector2 | The transformed 2D position. |