summaryrefslogtreecommitdiff
path: root/doc/classes/PhysicsPointQueryParameters2D.xml
AgeCommit message (Collapse)Author
2023-01-31Fix physics events being interpreted twice when in canvas layerMarkus Sauermann
2022-12-08Use capitalized ID in the docHaoyu Qiu
2022-11-23Update remaining physics exclude parameters to use TypedArrayRicardo Buring
Also update the documentation to refer to the get_rid() method.
2022-09-01Change Array arguments to TypedArraykobewi
2022-02-15Add an XML schema for documentationHugo Locurcio
This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRĂ©mi Verschelde
2021-11-04Use parameter classes instead of arguments for all physics queriesPouleyKetchoupp
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.