World To Screen

Camera
Client Side
Both Mobile and PC

Convert world coordinate to screen coordinate

Declaration

func WorldToScreenPoint(worldPosition Vector3, out var isMappedInScreen bool, out var mappedPosition Vector2)
go

Parameters

Input

Name Type Description
World Position Vector3 World Coordinates

Out

Name Type Description
Is Mapped In Screen Bool mapping on the screen or not
Mapped Position Vector2 Mapping location