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
@@ -8,6 +8,7 @@
[b]Note:[/b] After setting [member target_location] it is required to use the [method get_next_location] function once every physics frame to update the internal path logic of the NavigationAgent. The returned vector position from this function should be used as the next movement position for the agent's parent Node.
</description>
<tutorials>
<link title="Using NavigationAgents">$DOCS_URL/tutorials/navigation/navigation_using_navigationagents.html</link>
</tutorials>
<methods>
<method name="distance_to_target" qualifiers="const">