ray intersection with linerenderered object.

Does Unity do ray intersections with linerenderers?

What’s the procedure?

Thanks.

Line renderers don’t have any built-in ray intersection ability, but you can add this yourself using linecasts.