summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationAgent3D.xml
diff options
context:
space:
mode:
authorsmix8 <52464204+smix8@users.noreply.github.com>2023-01-11 06:05:04 +0100
committersmix8 <52464204+smix8@users.noreply.github.com>2023-01-11 08:55:02 +0100
commit7506ecc5d96b6a894be05acca61593da73cccb81 (patch)
tree82901564d349747962332b4044999db1f232b894 /doc/classes/NavigationAgent3D.xml
parent3e2843e3ad7b43940133ca0f67adf08f9da31a9b (diff)
downloadredot-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/NavigationAgent3D.xml')
-rw-r--r--doc/classes/NavigationAgent3D.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/NavigationAgent3D.xml b/doc/classes/NavigationAgent3D.xml
index c3f4809b5e..a1b007ee56 100644
--- a/doc/classes/NavigationAgent3D.xml
+++ b/doc/classes/NavigationAgent3D.xml
@@ -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">