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/NavigationLink3D.xml | |
parent | 3e2843e3ad7b43940133ca0f67adf08f9da31a9b (diff) |
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/NavigationLink3D.xml')
-rw-r--r-- | doc/classes/NavigationLink3D.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/NavigationLink3D.xml b/doc/classes/NavigationLink3D.xml index 730c43c5a8..4aa5801afb 100644 --- a/doc/classes/NavigationLink3D.xml +++ b/doc/classes/NavigationLink3D.xml @@ -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"> |