1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00

doc: Complete and harmonize all _MAX constant descriptions

(cherry picked from commit 86ed7a9884)
This commit is contained in:
Rémi Verschelde
2019-06-27 11:10:53 +02:00
parent 128eaa2718
commit 755896b036
32 changed files with 76 additions and 50 deletions

View File

@@ -236,6 +236,7 @@
For triangles, the index array is interpreted as triples, referring to the vertices of each triangle. For lines, the index array is in pairs indicating the start and end of each line.
</constant>
<constant name="ARRAY_MAX" value="9" enum="ArrayType">
Represents the size of the [enum ArrayType] enum.
</constant>
<constant name="ARRAY_FORMAT_VERTEX" value="1" enum="ArrayFormat">
Array format will include vertices (mandatory).