Version: Unity 6.1 Alpha (6000.1)
Language : English
Limit Velocity over Lifetime module reference
Lifetime by Emitter Speed module reference

Inherit Velocity module reference

Use this module on subemitters. Each particle in the parent system can spawn particles in the subemitter. This module reads the velocity from the parent particle and controls how the speed of the subemitter particles reacts to that velocity over time.

Properties

For some properties in this section, you can use different modes to set their value. For information on the modes you can use, see Varying properties over time.

Property Function
Mode Specifies how the emitter velocity is applied to particles
    Current The emitter’s current velocity will be applied to all particles on every frame. For example, if the emitter slows down, all particles will also slow down.
    Initial The emitter’s velocity will be applied once, when each particle is born. Any changes to the emitter’s velocity made after a particle is born will not affect that particle.
Multiplier The proportion of the emitter’s velocity that the particle should inherit.

Additional resources

Limit Velocity over Lifetime module reference
Lifetime by Emitter Speed module reference