mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Sync with current master branch (8ff8216)
This commit is contained in:
@@ -452,9 +452,9 @@ The region of grid cells available for pathfinding. If changed, :ref:`update<cla
|
||||
- void **set_size** **(** :ref:`Vector2i<class_Vector2i>` value **)**
|
||||
- :ref:`Vector2i<class_Vector2i>` **get_size** **(** **)**
|
||||
|
||||
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.
|
||||
**Deprecated:** Use :ref:`region<class_AStarGrid2D_property_region>` instead.
|
||||
|
||||
\ *Deprecated.* Use :ref:`region<class_AStarGrid2D_property_region>` instead.
|
||||
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.
|
||||
|
||||
.. rst-class:: classref-section-separator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user