Version: 2023.2
言語: 日本語
public Vector2 WorldToGUIPoint (Vector3 worldPoint);

パラメーター

worldPoint ワールド空間上の点

戻り値

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.