summaryrefslogtreecommitdiff
path: root/doc/classes/NavigationPathQueryResult2D.xml
AgeCommit message (Collapse)Author
2022-12-17Add support for emitting a signal when entering a NavLinkJosh Jones
2022-12-17Mark navigation classes and nodes as experimentalJosh Jones
The navigation team has some large changes planned for navigation in the 4.x timeframe, so marking these nodes as experimental to give users a heads up that the API may change in breaking ways.
2022-09-28Update NavigationAgent to use query_pathJosh Jones
This paves the way for having agents respond to link traversal.
2022-09-20Add NavigationPathQuerysmix8
Adds NavigationPathQueryParameters objects that can be used with NavigationServer.query_path() to query a customized navigation path.