Version: 2022.3
public static object RaySnap (Ray ray);

返回

object 装箱 RaycastHit;如果未命中,则为 null。

描述

Casts ray against the Scene and reports whether an object lies in its path.

The ray only returns intersections with GameObjects that have a collider component attached to them.