public Vector2 WorldToGUIPoint (Vector3 worldPoint);

Parámetros

worldPointUn punto en el espacio del mundo.

Valor de retorno

Vector2 A point in GUI space.

Descripción

Converts a world space point to a 2D GUI position.

Uses the cached camera matrices and viewport to calculate the projection.

See also HandleUtility.WorldToGUIPoint.