summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorYuri Rubinsky <chaosus89@gmail.com>2023-01-09 20:12:32 +0300
committerYuri Rubinsky <chaosus89@gmail.com>2023-01-09 20:33:45 +0300
commit87eafe48b8d6062ca39e89c0fb66dd877b8b1686 (patch)
tree026ef0a542bd4d2ca6c78f4be05090130c453d17 /doc/classes
parent964fc6e15d8631a06c2f442299759041328a8473 (diff)
Add few improvements for `VisualShaderNodeParticleRandomness`
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 a1f9ce040a..f0944b33b3 100644
--- a/doc/classes/VisualShaderNodeParticleRandomness.xml
+++ b/doc/classes/VisualShaderNodeParticleRandomness.xml
@@ -21,7 +21,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>