You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-01 16:38:31 +00:00
doc: Complete and harmonize all _MAX constant descriptions
(cherry picked from commit 86ed7a9884)
This commit is contained in:
@@ -3959,7 +3959,7 @@
|
||||
Shader is a particle shader.
|
||||
</constant>
|
||||
<constant name="SHADER_MAX" value="3" enum="ShaderMode">
|
||||
Marks maximum of the shader types array. used internally.
|
||||
Represents the size of the [enum ShaderMode] enum.
|
||||
</constant>
|
||||
<constant name="ARRAY_VERTEX" value="0" enum="ArrayType">
|
||||
Array is a vertex array.
|
||||
@@ -3989,7 +3989,7 @@
|
||||
Array is index array.
|
||||
</constant>
|
||||
<constant name="ARRAY_MAX" value="9" enum="ArrayType">
|
||||
Marks the maximum of the array types. Used internally.
|
||||
Represents the size of the [enum ArrayType] enum.
|
||||
</constant>
|
||||
<constant name="ARRAY_FORMAT_VERTEX" value="1" enum="ArrayFormat">
|
||||
Flag used to mark a vertex array.
|
||||
@@ -4074,7 +4074,7 @@
|
||||
Primitive to draw consists of a triangle strip (the last 2 vertices are always combined with the first to make a triangle).
|
||||
</constant>
|
||||
<constant name="PRIMITIVE_MAX" value="7" enum="PrimitiveType">
|
||||
Marks the primitive types endpoint. used internally.
|
||||
Represents the size of the [enum PrimitiveType] enum.
|
||||
</constant>
|
||||
<constant name="BLEND_SHAPE_MODE_NORMALIZED" value="0" enum="BlendShapeMode">
|
||||
</constant>
|
||||
@@ -4125,7 +4125,7 @@
|
||||
<constant name="LIGHT_PARAM_SHADOW_BIAS_SPLIT_SCALE" value="14" enum="LightParam">
|
||||
</constant>
|
||||
<constant name="LIGHT_PARAM_MAX" value="15" enum="LightParam">
|
||||
The light parameters endpoint. Used internally.
|
||||
Represents the size of the [enum LightParam] enum.
|
||||
</constant>
|
||||
<constant name="LIGHT_OMNI_SHADOW_DUAL_PARABOLOID" value="0" enum="LightOmniShadowMode">
|
||||
</constant>
|
||||
@@ -4202,7 +4202,7 @@
|
||||
<constant name="VIEWPORT_RENDER_INFO_DRAW_CALLS_IN_FRAME" value="5" enum="ViewportRenderInfo">
|
||||
</constant>
|
||||
<constant name="VIEWPORT_RENDER_INFO_MAX" value="6" enum="ViewportRenderInfo">
|
||||
Marks end of VIEWPORT_RENDER_INFO* constants. Used internally.
|
||||
Represents the size of the [enum ViewportRenderInfo] enum.
|
||||
</constant>
|
||||
<constant name="VIEWPORT_DEBUG_DRAW_DISABLED" value="0" enum="ViewportDebugDraw">
|
||||
Debug draw is disabled. Default setting.
|
||||
@@ -4249,7 +4249,7 @@
|
||||
<constant name="INSTANCE_LIGHTMAP_CAPTURE" value="8" enum="InstanceType">
|
||||
</constant>
|
||||
<constant name="INSTANCE_MAX" value="9" enum="InstanceType">
|
||||
The max value for INSTANCE_* constants, used internally.
|
||||
Represents the size of the [enum InstanceType] enum.
|
||||
</constant>
|
||||
<constant name="INSTANCE_GEOMETRY_MASK" value="30" enum="InstanceType">
|
||||
A combination of the flags of geometry instances (mesh, multimesh, immediate and particles).
|
||||
@@ -4259,6 +4259,7 @@
|
||||
<constant name="INSTANCE_FLAG_DRAW_NEXT_FRAME_IF_VISIBLE" value="1" enum="InstanceFlags">
|
||||
</constant>
|
||||
<constant name="INSTANCE_FLAG_MAX" value="2" enum="InstanceFlags">
|
||||
Represents the size of the [enum InstanceFlags] enum.
|
||||
</constant>
|
||||
<constant name="SHADOW_CASTING_SETTING_OFF" value="0" enum="ShadowCastingSetting">
|
||||
</constant>
|
||||
@@ -4383,6 +4384,7 @@
|
||||
<constant name="ENV_BG_KEEP" value="5" enum="EnvironmentBG">
|
||||
</constant>
|
||||
<constant name="ENV_BG_MAX" value="6" enum="EnvironmentBG">
|
||||
Represents the size of the [enum EnvironmentBG] enum.
|
||||
</constant>
|
||||
<constant name="ENV_DOF_BLUR_QUALITY_LOW" value="0" enum="EnvironmentDOFBlurQuality">
|
||||
</constant>
|
||||
|
||||
Reference in New Issue
Block a user