Is there a way to detect all of the bodies a body collides with (e.g. the player in a corner where the floor and wall are separate bodies)? I suppose you could attach listeners to each object but what i’m really looking for is a way to get a list of objects that intersect a ray; doesn’t seem like the ray functionality does this?
Thanks.