Add navigation tutorial links inside class doc

Adds navigation tutorial links inside the class doc to the related and more detailed godot-docs pages.
This commit is contained in:
smix8
2023-01-11 06:05:04 +01:00
parent 3e2843e3ad
commit 7506ecc5d9
17 changed files with 17 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
Creates a link between two locations that [NavigationServer3D] can route agents through. Links can be used to express navigation methods that aren't just traveling along the surface of the navigation mesh, like zip-lines, teleporters, or jumping across gaps.
</description>
<tutorials>
<link title="Using NavigationLinks">$DOCS_URL/tutorials/navigation/navigation_using_navigationlinks.html</link>
</tutorials>
<methods>
<method name="get_navigation_layer_value" qualifiers="const">