| Parameter | Description |
|---|---|
| position | The 3D position to transform. |
| transformPlane | The transform plane to use. |
Vector2 The transformed position.
Transform a 3D position into a 2D position using the selected transform plane. If TransformPlane.Custom is used then PhysicsWorld.TransformPlane.XY is used.
| Parameter | Description |
|---|---|
| position | The 3D position to transform. |
| transformPlane | The transform plane to use. |
| transformPlaneCustom | The custom transform plane (if required). |
Vector2 The transformed position.
Transform a 3D position into a 2D position using the selected transform plane. This can also be used for a 3D scale vector as it undergoes the same transformation.