public Vector2 GUIToScreenPoint (Vector2 guiPoint);

Parámetros

guiPointA point in GUI space to convert to screen space.

Valor de retorno

Vector2 guiPoint in screen space relative to the cached camera viewport.

Descripción

Converts a point from GUI position to screen space relative to the cached camera viewport.

See also GUIUtility.ScreenToGUIPoint, GUIUtility.GUIToScreenPoint.