classref: Sync with current master branch (9723077)

This commit is contained in:
Godot Organization
2023-06-10 03:19:18 +00:00
parent efe99c2974
commit 82b2845f66
29 changed files with 343 additions and 228 deletions

View File

@@ -389,7 +389,7 @@ The region of grid cells available for pathfinding. If changed, :ref:`update<cla
The size of the grid (number of cells of size :ref:`cell_size<class_AStarGrid2D_property_cell_size>` on each axis). If changed, :ref:`update<class_AStarGrid2D_method_update>` needs to be called before finding the next path.
\ **Note:** This property is deprecated, use :ref:`region<class_AStarGrid2D_property_region>` instead.
\ *Deprecated.* Use :ref:`region<class_AStarGrid2D_property_region>` instead.
.. rst-class:: classref-section-separator