Move Speed Static behavior controls a particle’s constant speed of movement. Note that movement direction is controlled by the particle’s starting rotation. Randomly generates a speed between min and max.
Parameters
Move Speed Static Example:
Move Speed Static Configuration: – other configuration excluded for brevity
{
type: 'moveSpeedStatic',
config: {
min: 50,
max: 500
}
},