diff options
author | Nutriz <jerome.gully0@gmail.com> | 2019-09-30 23:23:12 +0200 |
---|---|---|
committer | Jérôme Gully <jerome.gully@al-enterprise.com> | 2019-10-01 10:28:18 +0200 |
commit | 1fb439367dae80ba595992526c2d8df853cbe7b3 (patch) | |
tree | 619ac9cdcda538104087435f48663fb399cb9394 /doc | |
parent | d735ce80b969433ae388f64d29daeb6efa5484e2 (diff) |
add doc about flags for SurfaceTool.commit()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/SurfaceTool.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/SurfaceTool.xml b/doc/classes/SurfaceTool.xml index 153d88f1af..7cfd8c6919 100644 --- a/doc/classes/SurfaceTool.xml +++ b/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"> |