Added GridMap description to get_bake_meshes()

(cherry picked from commit 03fd2b4c86)
This commit is contained in:
Jack Linhart 2021-02-24 14:07:17 -07:00 committed by Rémi Verschelde
parent b3c01392fd
commit 8190305075

View file

@ -41,6 +41,7 @@
<return type="Array">
</return>
<description>
Returns an array of [ArrayMesh]es and [Transform] references of all bake meshes that exist within the current GridMap.
</description>
</method>
<method name="get_cell_item" qualifiers="const">