public Vector2 WorldToScreenPoint (Vector3 worldPoint);

Parámetros

worldPointUn punto en el espacio del mundo.

Valor de retorno

Vector2 The converted point in screen space.

Descripción

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