dync classref with current source

This commit is contained in:
Rémi Verschelde
2019-06-29 12:36:34 +02:00
parent 7d1e807f69
commit 05d7b34796
349 changed files with 3655 additions and 2920 deletions
+2 -2
View File
@@ -267,13 +267,13 @@ The orientation of the cell at the grid-based X, Y and Z coordinates. -1 is retu
- :ref:`Array<class_Array>` **get_meshes** **(** **)**
Array of :ref:`Transform<class_Transform>` and :ref:`Mesh<class_Mesh>` references corresponding to the non empty cells in the grid. The transforms are specified in world space.
Array of :ref:`Transform<class_Transform>` and :ref:`Mesh<class_Mesh>` references corresponding to the non-empty cells in the grid. The transforms are specified in world space.
.. _class_GridMap_method_get_used_cells:
- :ref:`Array<class_Array>` **get_used_cells** **(** **)** const
Array of :ref:`Vector3<class_Vector3>` with the non empty cell coordinates in the grid map.
Array of :ref:`Vector3<class_Vector3>` with the non-empty cell coordinates in the grid map.
.. _class_GridMap_method_make_baked_meshes: