Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ParticleSystem.Particle.velocity

public var velocity: Vector3;

Description

The velocity of the particle.

The particle will move by the velocity every frame. The velocity is also used by the ParticleSystemRenderer if Stretch Particles is set to ParticleSystemRenderMode.Stretch.