diff options
Diffstat (limited to 'doc/classes/NavigationPathQueryParameters2D.xml')
-rw-r--r-- | doc/classes/NavigationPathQueryParameters2D.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/NavigationPathQueryParameters2D.xml b/doc/classes/NavigationPathQueryParameters2D.xml index afead4c55b..0e48508197 100644 --- a/doc/classes/NavigationPathQueryParameters2D.xml +++ b/doc/classes/NavigationPathQueryParameters2D.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="NavigationPathQueryParameters2D" inherits="RefCounted" is_experimental="true" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> - Parameters to be sent to a 2D navigation path query. + Provides parameters for 2D navigation path queries. </brief_description> <description> - This class contains the start and target position and other parameters to be used with [method NavigationServer2D.query_path]. + By changing various properties of this object, such as the start and target position, you can configure path queries to the [NavigationServer2D]. </description> <tutorials> <link title="Using NavigationPathQueryObjects">$DOCS_URL/tutorials/navigation/navigation_using_navigationpathqueryobjects.html</link> |