classref: Sync with current 3.2 branch

This commit is contained in:
Rémi Verschelde
2021-01-07 14:34:08 +01:00
parent df1a214b84
commit c94f9da2fc
213 changed files with 2850 additions and 715 deletions

View File

@@ -49,7 +49,7 @@ Property Descriptions
| *Getter* | get_direct_space_state() |
+----------+--------------------------+
Direct access to the world's physics 3D space state. Used for querying current and potential collisions. Must only be accessed from within ``_physics_process(delta)``.
Direct access to the world's physics 3D space state. Used for querying current and potential collisions.
----