diff options
author | smix8 <52464204+smix8@users.noreply.github.com> | 2023-01-11 06:05:04 +0100 |
---|---|---|
committer | smix8 <52464204+smix8@users.noreply.github.com> | 2023-01-11 08:55:02 +0100 |
commit | 7506ecc5d96b6a894be05acca61593da73cccb81 (patch) | |
tree | 82901564d349747962332b4044999db1f232b894 /doc/classes/NavigationPathQueryParameters2D.xml | |
parent | 3e2843e3ad7b43940133ca0f67adf08f9da31a9b (diff) | |
download | redot-engine-7506ecc5d96b6a894be05acca61593da73cccb81.tar.gz |
Add navigation tutorial links inside class doc
Adds navigation tutorial links inside the class doc to the related and more detailed godot-docs pages.
Diffstat (limited to 'doc/classes/NavigationPathQueryParameters2D.xml')
-rw-r--r-- | doc/classes/NavigationPathQueryParameters2D.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/NavigationPathQueryParameters2D.xml b/doc/classes/NavigationPathQueryParameters2D.xml index 511b2e7a8c..05d7e9f918 100644 --- a/doc/classes/NavigationPathQueryParameters2D.xml +++ b/doc/classes/NavigationPathQueryParameters2D.xml @@ -7,6 +7,7 @@ This class contains the start and target position and other parameters to be used with [method NavigationServer2D.query_path]. </description> <tutorials> + <link title="Using NavigationPathQueryObjects">$DOCS_URL/tutorials/navigation/navigation_using_navigationpathqueryobjects.html</link> </tutorials> <members> <member name="map" type="RID" setter="set_map" getter="get_map"> |