mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
New APIs in 2D physics allow intersection queries filtered by CanvasLayer object instance id. Viewport keep an inventory of its descendant CanvasLayers and takes advantage of all that to test picking with the mouse/touch position correctly transformed for each CanvasLayer.