From a2c53b881b1a54c95036f27577ee7d9b6e583d62 Mon Sep 17 00:00:00 2001 From: Josh Jones Date: Mon, 19 Sep 2022 22:56:54 -0700 Subject: Update NavigationAgent to use query_path This paves the way for having agents respond to link traversal. --- doc/classes/NavigationPathQueryResult2D.xml | 8 ++++++++ doc/classes/NavigationPathQueryResult3D.xml | 8 ++++++++ 2 files changed, 16 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/NavigationPathQueryResult2D.xml b/doc/classes/NavigationPathQueryResult2D.xml index a9b12d3b94..95b90e9383 100644 --- a/doc/classes/NavigationPathQueryResult2D.xml +++ b/doc/classes/NavigationPathQueryResult2D.xml @@ -8,6 +8,14 @@ + + + + + Reset the result object to its initial state. This is useful to reuse the object across multiple queries. + + + The resulting path array from the navigation query. All path array positions are in global coordinates. Without customized query parameters this is the same path as returned by [method NavigationServer2D.map_get_path]. diff --git a/doc/classes/NavigationPathQueryResult3D.xml b/doc/classes/NavigationPathQueryResult3D.xml index d8336111fc..b4ca8288db 100644 --- a/doc/classes/NavigationPathQueryResult3D.xml +++ b/doc/classes/NavigationPathQueryResult3D.xml @@ -8,6 +8,14 @@ + + + + + Reset the result object to its initial state. This is useful to reuse the object across multiple queries. + + + The resulting path array from the navigation query. All path array positions are in global coordinates. Without customized query parameters this is the same path as returned by [method NavigationServer3D.map_get_path]. -- cgit v1.2.3