Version: 2020.2
言語: 日本語
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.