Add few improvements for VisualShaderNodeParticleRandomness

This commit is contained in:
Yuri Rubinsky 2023-01-09 20:12:32 +03:00
parent 964fc6e15d
commit 87eafe48b8
4 changed files with 66 additions and 40 deletions

View file

@ -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>