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
@@ -11,6 +11,7 @@
[b]Note:[/b] Using meshes to not only define walkable surfaces but also obstruct navigation baking does not always work. The navigation baking has no concept of what is a geometry "inside" when dealing with mesh source geometry and this is intentional. Depending on current baking parameters, as soon as the obstructing mesh is large enough to fit a navigation mesh area inside, the baking will generate navigation mesh areas that are inside the obstructing source geometry mesh.
</description>
<tutorials>
<link title="Using NavigationMeshes">$DOCS_URL/tutorials/navigation/navigation_using_navigationmeshes.html</link>
</tutorials>
<methods>
<method name="bake">