Add few improvements for VisualShaderNodeParticleRandomness
This commit is contained in:
parent
964fc6e15d
commit
87eafe48b8
4 changed files with 66 additions and 40 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue