summaryrefslogtreecommitdiff
path: root/doc/classes/Navigation2DServer.xml
AgeCommit message (Collapse)Author
2020-02-22doc: Sync classref with StringName/Callable changesRémi Verschelde
2020-02-19doc: Sync classref with current sourceRémi Verschelde
2020-02-18Added utility functions to the new NavigationServer:Andrea Catania
- Vector3 get_closest_point_to_segment(const Vector3 &p_from, const Vector3 &p_to, const bool &p_use_collision = false); - Vector3 get_closest_point(const Vector3 &p_point); - Vector3 get_closest_point_normal(const Vector3 &p_point); - Object *get_closest_point_owner(const Vector3 &p_point);
2020-02-18doc: Sync classref with current sourceRémi Verschelde
Handle removal of Pool*Array types and other recent changes.
2020-02-12doc: Sync classref with current sourceRémi Verschelde
Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer.
2020-02-10Documented the new NavigationServer and all its associated nodes (2D and 3D)Duroxxigar