Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CastRay(CastRayInput)

Check if a ray intersects the shape. See PhysicsQuery.CastResult.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Method
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public PhysicsQuery.CastResult CastRay(PhysicsQuery.CastRayInput castRayInput)

Parameters

castRayInput

The configuration of the ray to cast.

Returns

Type

Description

CastResultThe intersection details, if any, that were found.