bevy_mod_raycast icon indicating copy to clipboard operation
bevy_mod_raycast copied to clipboard

Replace intersect_list with intersections method

Open Shatur opened this issue 2 years ago • 0 comments

Instead of returning Option<Vec<(Entity, IntersectionData)>>, it's better to just return a slice. If it is empty, then it means that there are no intersections. I believe this approach is more common.

Shatur avatar Aug 26 '22 17:08 Shatur