Script interface for InheritVelocityModule.
This module controls how the emitter tranfers its velocity to the particles as it emits them. It applies velocities to particles based on the velocity of the GameObject that spawned them. For most Particle Systems, this is the GameObject velocity, but for sub-emitters, the velocity comes from the parent particle that the sub-emitter particle originated from.
See Also: ParticleSystem, ParticleSystem.inheritVelocity.
curve | Curve to define how much of the emitter velocity the system applies during the lifetime of a particle. |
curveMultiplier | Change the curve multiplier. |
enabled | Specifies whether the InheritVelocityModule is enabled or disabled. |
mode | Specifies how to apply emitter velocity to particles. |