You've already forked godot
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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user