Merge pull request #71123 from Chaosus/vs_particle_randomness

This commit is contained in:
Yuri Rubinsky
2023-01-12 16:29:27 +03:00
committed by GitHub
4 changed files with 66 additions and 40 deletions
@@ -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>