CollisionCastQueryType.any
Report one hit.
Declaration
case anyDiscussion
This query type typically executes fastest, but doesn’t guarantee anything about which hit it returns. If you need the hit closest to the origin of the cast, use CollisionCastQueryType.nearest instead.