CastRay(CastRayInput)
Calculate if a world ray intersects the geometry. See PhysicsQuery.CastResult.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LowLevelPhysics2D
- Assembly: UnityEngine.Physics2DModule
public readonly PhysicsQuery.CastResult CastRay(PhysicsQuery.CastRayInput castRayInput)
Parameters
The configuration of the ray to cast.
Returns
Type | Description |
|---|---|
| CastResult | The results of the intersection test. |