| Parameter | Description |
|---|---|
| position | The 2D position to transform. |
| reference | The 3D position used as a reference. |
| transformPlane | The transform plane to use. |
| transformPlaneCustom | The custom transform plane (if required). |
Vector3 The transformed position.
Transform a 2D position into a 3D position using the selected transform plane.
| Parameter | Description |
|---|---|
| position | The 2D position to transform. |
| reference | The 3D position used as a reference. |
| transformPlane | The transform plane to use. |
Vector3 The transformed position.
Transform a 2D position into a 3D position using the selected transform plane.
| Parameter | Description |
|---|---|
| position | The 2D position to transform. |
| reference | The 3D position used as a reference. |
| world | The world whose transform plane is used. |
Vector3 The transformed position.
Transform a 2D position into a 3D position using the specified world's transform plane.
| Parameter | Description |
|---|---|
| position | The 2D position to transform. |
| reference | The Transform whose world position is used as a reference. |
| world | The world whose transform plane is used. |
Vector3 The transformed position.
Transform a 2D position into a 3D position using the specified world's transform plane, taking the out-of-plane depth from a Transform.