public Vector2 WorldToScreenPoint (Vector3 worldPoint);

Parameters

worldPoint@param point Точка в пространстве в мировых координатах.

Returns

Vector2 The converted point in screen space.

Description

Transforms position from world space into screen space using the cached camera projection and viewport.