This raycasting mode will traverse all intersection points and executes a callback for each one.
This raycasting mode will make the Ray2D stop when it finds the first intersection point.
This raycasting mode will make the Ray2D traverse through all intersection points and only return the closest one.
Generated using TypeDoc
This raycasting mode will traverse all intersection points and executes a callback for each one.