PhysicsQuery
Types
Functions
Gets every collider whose shape intersects ray, up to a maximum distance of maxDistance away from DRay3.origin.
Gets every collider whose shape intersects ray, up to a maximum distance of maxDistance away from DRay3.origin.
Gets every collider whose shape intersects ray, up to a maximum distance of maxDistance away from DRay3.origin.
Gets the first collider whose shape intersects a swept version of the provided shape. The swept shape starts at shapePos and travels in shapeDir up to a distance of maxDistance.
Gets every collider whose broad-phase bounding box (Collider.bounds) intersects with bounds, in no specific ordering.
Gets every collider whose broad-phase bounding box (Collider.bounds) intersects with bounds, in no specific ordering.
Gets every collider whose broad-phase bounding box (Collider.bounds) intersects with bounds, in no specific ordering.
Gets every collider which contains point inside of its shape.
Gets every collider which contains point inside of its shape.
Gets every collider which contains point inside of its shape.
Projects a point onto the closest collider to that point.