1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +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

@@ -70,7 +70,7 @@
If set, texture can be seen from the back as well, if not, it is invisible when looking at it from behind.
</constant>
<constant name="FLAG_MAX" value="3" enum="DrawFlags">
Used internally to mark the end of the Flags section.
Represents the size of the [enum DrawFlags] enum.
</constant>
<constant name="ALPHA_CUT_DISABLED" value="0" enum="AlphaCutMode">
</constant>