WorldToGUIPoint(Vector3)
Converts a world space point to a 2D GUI position.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public Vector2 WorldToGUIPoint(Vector3 worldPoint)
Parameters
A point in world space.
Returns
Type | Description |
|---|---|
| Vector2 | A point in GUI space. |
Remarks
Uses the cached camera matrices and viewport to calculate the projection.
See also HandleUtility.WorldToGUIPoint.