PhysicsRaycaster.ComputeRayAndDistance

Switch to Manual
protected void ComputeRayAndDistance (EventSystems.PointerEventData eventData, out Ray ray, out float distanceToClipPlane);

Parameters

eventData将为其投射射线的指针事件。
ray射线。
distanceToClipPlane沿该射线的近裁剪面和远裁剪面之间的距离。

Description

返回从摄像机通过事件位置的射线,以及沿该射线的近裁剪面和远裁剪面之间的距离。