mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-06 09:09:11 +00:00
acbd24ea84
Same as what is already done for shape queries, applied to point and ray queries. Easier to document and more flexible to add more parameters. Also expose intersect_point method to script in 3D. Remove intersect_point_on_canvas in 2D, replaced with a parameter.