Physics2D.GetRayIntersection

Cambiar al Manual
public static RaycastHit2D GetRayIntersection (Ray ray, float distance= Mathf.Infinity, int layerMask= DefaultRaycastLayers);

Parámetros

rayThe 3D ray defining origin and direction to test.
distanceThe maximum distance over which to cast the ray.
layerMaskFilter to detect colliders only on certain layers.

Valor de retorno

RaycastHit2D The cast results returned.

Descripción

Cast a 3D ray against the colliders in the Scene returning the first collider along the ray.

This is useful for finding colliders intersecting an arbitrary 3D ray.

Note that this function will allocate memory for the returned RaycastHit2D object. You can use GetRayIntersectionNonAlloc to avoid this overhead if you need to make such calls frequently.

Additionally that this function is a 3D intersection test therefore any collision normals returned in the RaycastHit2D will be zero.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961