summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorYuri Rubinsky <chaosus89@gmail.com>2023-01-12 16:29:27 +0300
committerGitHub <noreply@github.com>2023-01-12 16:29:27 +0300
commit5b627dec72554523aed1476c98f5482e2a499690 (patch)
tree9d361e437102724f8f19aca27c13e455cb41a66f /doc/classes
parentcaf94f244e1a952300c6426f5d7d9939dd93d472 (diff)
parent87eafe48b8d6062ca39e89c0fb66dd877b8b1686 (diff)
Merge pull request #71123 from Chaosus/vs_particle_randomness
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/VisualShaderNodeParticleRandomness.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/classes/VisualShaderNodeParticleRandomness.xml b/doc/classes/VisualShaderNodeParticleRandomness.xml
index 574ba63ba9..233e072246 100644
--- a/doc/classes/VisualShaderNodeParticleRandomness.xml
+++ b/doc/classes/VisualShaderNodeParticleRandomness.xml
@@ -23,7 +23,10 @@
<constant name="OP_TYPE_VECTOR_3D" value="2" enum="OpType">
A 3D vector type.
</constant>
- <constant name="OP_TYPE_MAX" value="3" enum="OpType">
+ <constant name="OP_TYPE_VECTOR_4D" value="3" enum="OpType">
+ A 4D vector type.
+ </constant>
+ <constant name="OP_TYPE_MAX" value="4" enum="OpType">
Represents the size of the [enum OpType] enum.
</constant>
</constants>