Resync classref with 3.2.3-stable, next release is 3.3

This commit is contained in:
Rémi Verschelde
2021-03-16 12:29:34 +01:00
parent af4d5675e2
commit f4d0513091
219 changed files with 726 additions and 2861 deletions

View File

@@ -29,10 +29,6 @@ Tutorials
- :doc:`../tutorials/3d/using_gridmaps`
- `https://godotengine.org/asset-library/asset/125 <https://godotengine.org/asset-library/asset/125>`_
- `https://godotengine.org/asset-library/asset/126 <https://godotengine.org/asset-library/asset/126>`_
Properties
----------
@@ -246,7 +242,7 @@ GridMaps act as static bodies, meaning they aren't affected by gravity or other
| *Getter* | get_collision_mask() |
+-----------+---------------------------+
The physics layers this GridMap detects collisions in. See `Collision layers and masks <https://docs.godotengine.org/en/3.2/tutorials/physics/physics_introduction.html#collision-layers-and-masks>`_ in the documentation for more information.
The physics layers this GridMap detects collisions in. See `Collision layers and masks <https://docs.godotengine.org/en/latest/tutorials/physics/physics_introduction.html#collision-layers-and-masks>`_ in the documentation for more information.
----