Exemplo n.º 1
0
        public RayHit RayCast(float x, float y, float x1, float y2)
        {
            var res = ColMap.RayCast(x, y, x1, y2);

            return(res);
        }