Screen Touch Ray

Camera
Client Side
Both Mobile and PC

Creates a ray from the current camera to the touch point on the screen

Declaration

func ScreenTouchRay(touchPoint Vector2, out var startPosition Vector3, out var direction Vector3)
go

Parameters

Input

Name Type Description
Touch Point Vector2 Screen contacts

Out

Name Type Description
Start Position Vector3 Starting point
Direction Vector3 Ray direction