Renamed NavigationMeshInstance to NavigationRegion

This commit is contained in:
Andrea Catania
2020-02-20 17:56:30 +01:00
parent ed0f1940cb
commit 3b64ecbc4b
17 changed files with 115 additions and 58 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
Mesh-based navigation and pathfinding node.
</brief_description>
<description>
Provides navigation and pathfinding within a collection of [NavigationMesh]es. These will be automatically collected from child [NavigationMeshInstance] nodes. In addition to basic pathfinding, this class also assists with aligning navigation agents with the meshes they are navigating on.
Provides navigation and pathfinding within a collection of [NavigationMesh]es. These will be automatically collected from child [NavigationRegion] nodes. In addition to basic pathfinding, this class also assists with aligning navigation agents with the meshes they are navigating on.
</description>
<tutorials>
</tutorials>