Merge pull request #46398 from iatenine/master

Added GridMap description to get_bake_meshes()
This commit is contained in:
Rémi Verschelde 2021-02-25 15:57:27 +01:00 committed by GitHub
commit 68ebcb915e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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">