浏览代码

Added GridMap description to get_bake_meshes()

(cherry picked from commit 03fd2b4c86a234b1795d6c4daf94181e574f5221)
Jack Linhart 4 年之前
父节点
当前提交
8190305075
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules/gridmap/doc_classes/GridMap.xml

+ 1 - 0
modules/gridmap/doc_classes/GridMap.xml

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