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/NavigationMesh.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/NavigationMesh.xml')
-rw-r--r-- | doc/classes/NavigationMesh.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/NavigationMesh.xml b/doc/classes/NavigationMesh.xml index ff898551d4..85af44a13e 100644 --- a/doc/classes/NavigationMesh.xml +++ b/doc/classes/NavigationMesh.xml @@ -8,6 +8,7 @@ </description> <tutorials> <link title="3D Navmesh Demo">https://godotengine.org/asset-library/asset/124</link> + <link title="Using NavigationMeshes">$DOCS_URL/tutorials/navigation/navigation_using_navigationmeshes.html</link> </tutorials> <methods> <method name="add_polygon"> |