浏览代码

add doc about flags for SurfaceTool.commit()

Nutriz 6 年之前
父节点
当前提交
1fb439367d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/SurfaceTool.xml

+ 1 - 0
doc/classes/SurfaceTool.xml

@@ -167,6 +167,7 @@
 			</argument>
 			<description>
 				Returns a constructed [ArrayMesh] from current information passed in. If an existing [ArrayMesh] is passed in as an argument, will add an extra surface to the existing [ArrayMesh].
+				Default flag is [constant Mesh.ARRAY_COMPRESS_DEFAULT]. See [code]Mesh.ARRAY_COMPRESS_*[/code] constants for other flags.
 			</description>
 		</method>
 		<method name="commit_to_arrays">