RayToPoint

RayToPoint(Ray, out Vector2Int)

public bool RayToPoint(Ray ray, out Vector2Int pos) ;

Description

Raies to point.

Parameters

Parameter Name Description
ray Ray.
pos Position.

Returns

true,if to point was rayed,false otherwise.