intersectPointAll

open fun intersectPointAll(point: DVec3, filter: PhysicsQuery.Filter): List<ColliderKey>

Gets every collider which contains point inside of its shape.

Return

All collected results.

Parameters

point

The point to test against.

filter

The filter for determining which colliders are tested against.