summaryrefslogtreecommitdiff
path: root/doc/classes/ShapeCast2D.xml
AgeCommit message (Collapse)Author
2023-04-24Fix various typos in the classrefHaoyu Qiu
(cherry picked from commit 766807506c4f40bca1fafd16ac467a33694f6269)
2022-11-01Add `ShapeCast2D/3D::get_collider_rid` methodkleonc
2022-08-09[doc] Use "param" instead of "code" to refer to parameters #3Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-07-29Improve `ShapeCast2D` and `ShapeCast3D` docsPrecisionRender
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.
2022-01-28Improve some method bindings to use specific `Object` subtypesRĂ©mi Verschelde
This was made possible by changes to `VariantCaster` which now make it possible to pass any `Object`-derived type as pointer.
2021-11-12Remove `get_closest_*` methods from `ShapeCast2D`Andrii Doroshenko (Xrayez)
The physics API cannot provide needed functionality to ensure the correct behavior, which might lead to confusion (see `rest_info()`). However `get_closest_collision_safe/unsafe_fraction()` methods are not removed, because they return correct result from `cast_motion()`.
2021-11-12Add `ShapeCast2D` nodeAndrii Doroshenko (Xrayez)