I fail to understand which unit the properties of the particle system are expressed in.
For example lifeTime: it doesn’t seems to be expressed in seconds, neither in millisecond.
Also everything seems to depend on updateSpeed, but again, I fail to see in which unit it is expressed, and even slow update speed still produce fluid particle movements.
Even emitRate which is said to be expressed in “particle per second” experience slowdown/speedup when lowering/raising the updateSpeed.
Obviously the update speed is the time before each call for a particle frame update. It can be tuned independently because particles can heavily impact performance. So you can adjust the update speed of your particles to your best ratio of performance vs quality/smoothness for a particlesystem effect. You can do it separately for each PS.
Yes, it’s in the text updateSPEED. If you increase speed you will increase the number of times the particles frame is updated (and therefor your animation goes faster). And I’m not sure, but I believe it must be ms. However note that it will also depend on your framerate (as far as I could see from my tests).