Version: 2022.2
언어: 한국어
public Vector2 WorldToGUIPoint (Vector3 worldPoint);

파라미터

worldPoint A point in world space.

반환

Vector2 A point in GUI space.

설명

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.