classref: Sync with current 3.5 branch (516d6b6ba)

This commit is contained in:
Rémi Verschelde
2022-07-27 15:57:06 +02:00
parent 888071279f
commit 73bd511ab7
45 changed files with 569 additions and 211 deletions

View File

@@ -26,7 +26,7 @@ Two regions can be connected to each other if they share a similar edge. You can
The pathfinding cost of entering this region from another region can be controlled with the :ref:`enter_cost<class_NavigationPolygonInstance_property_enter_cost>` value.
\ **Note**: This value is not added to the path cost when the start position is already inside this region.
\ **Note:** This value is not added to the path cost when the start position is already inside this region.
The pathfinding cost of traveling distances inside this region can be controlled with the :ref:`travel_cost<class_NavigationPolygonInstance_property_travel_cost>` multiplier.