Version: 2021.1
언어: 한국어

Physics2D.GetRayIntersectionAll

매뉴얼로 전환
public static RaycastHit2D[] GetRayIntersectionAll (Ray ray, float distance= Mathf.Infinity, int layerMask= DefaultRaycastLayers);

파라미터

ray The 3D ray defining origin and direction to test.
distance The maximum distance over which to cast the ray.
layerMask Filter to detect Colliders only on certain layers.

반환

RaycastHit2D[] The cast results returned.

설명

Cast a 3D ray against the Colliders in the Scene returning all the Colliders 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 array. You can use GetRayIntersectionNonAlloc to avoid this overhead if you need to make such calls frequently.

Additionally 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