Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe velocity of the particle, measured in units per second.
This velocity is used for effects that are based on physics. Examples of features that use this type of velocity are the Force module, Gravity, and Start Speed. The system stores this velocity across frames, and reapplies it to the particle position on each simulation step.
The velocity is also used by the ParticleSystemRenderer if Render Mode is
set to ParticleSystemRenderMode.Stretch.
Additional resources: ParticleSystem.Particle.animatedVelocity, ParticleSystem.Particle.totalVelocity.