godot/modules/navigation
smix8 38ee593b76 Add Navigation function to get all navigation maps
Added new function that returns all created navigation map RIDs from the NavigationServer. The function returns both 2D and 3D created navigation maps as technically there is no distinction between them.

(cherry picked from commit c0fed1d4e8)
2022-06-23 16:29:11 +02:00
..
SCsub Backport NavigationServer with RVO2 to `3.x` 2022-01-05 16:00:56 +01:00
config.py Backport NavigationServer with RVO2 to `3.x` 2022-01-05 16:00:56 +01:00
godot_navigation_server.cpp Add Navigation function to get all navigation maps 2022-06-23 16:29:11 +02:00
godot_navigation_server.h Add Navigation function to get all navigation maps 2022-06-23 16:29:11 +02:00
nav_map.cpp Print NavMap error only once for invalid NavMesh. 2022-06-16 20:47:40 +02:00
nav_map.h [3.5] Update NavigationServer backport 2022-06-14 05:55:14 +02:00
nav_region.cpp [3.5] Update NavigationServer backport 2022-06-14 05:55:14 +02:00
nav_region.h [3.5] Update NavigationServer backport 2022-06-14 05:55:14 +02:00
nav_rid.h [3.5] Update NavigationServer backport 2022-06-14 05:55:14 +02:00
nav_utils.h [3.5] Update NavigationServer backport 2022-06-14 05:55:14 +02:00
navigation_mesh_editor_plugin.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation_mesh_editor_plugin.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
navigation_mesh_generator.cpp Disable thread-unsafe EditorProgress for navmesh baking 2022-06-23 16:29:11 +02:00
navigation_mesh_generator.h Fix navmesh baking, fixes #57148 2022-04-02 23:20:41 +02:00
register_types.cpp [3.5] Update NavigationServer backport 2022-06-14 05:55:14 +02:00
register_types.h [3.5] Update NavigationServer backport 2022-06-14 05:55:14 +02:00
rvo_agent.cpp Fix crash of navigation agents callback when object is invalid 2022-06-16 10:03:18 +02:00
rvo_agent.h [3.5] Update NavigationServer backport 2022-06-14 05:55:14 +02:00