Version: 2021.3
언어: 한국어
public Vector2 GUIToScreenPoint (Vector2 guiPoint);

파라미터

guiPoint A point in GUI space to convert to screen space.

반환

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

설명

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

See also GUIUtility.ScreenToGUIPoint, GUIUtility.GUIToScreenPoint.