Fix miscellaneous oddities around the class reference (part 5)

This commit is contained in:
Micky
2025-06-04 14:17:55 +02:00
parent 52ecb5ab9e
commit 3613306bba
34 changed files with 90 additions and 89 deletions

View File

@@ -90,7 +90,7 @@
<method name="get_navigation_mesh">
<return type="NavigationMesh" />
<description>
Returns the [NavigationMesh] resulting from this navigation polygon. This navigation mesh can be used to update the navigation mesh of a region with the [method NavigationServer3D.region_set_navigation_mesh] API directly (as 2D uses the 3D server behind the scene).
Returns the [NavigationMesh] resulting from this navigation polygon. This navigation mesh can be used to update the navigation mesh of a region with the [method NavigationServer3D.region_set_navigation_mesh] API directly.
</description>
</method>
<method name="get_outline" qualifiers="const">