Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystem.InheritVelocityModule

The Inherit Velocity Module controls how the velocity of the emitter is transferred to the particles as they are emitted.
Read time 1 minuteLast updated 8 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public struct ParticleSystem.InheritVelocityModule

Remarks

NOTE: The inherit velocity module only has an effect if the Particle System is set to simulate in world space. If the system is simulating in local space, this module is ignored. Additional Resources: ParticleSystem, ParticleSystem.inheritVelocity.

Properties

Property

Description

curveCurve to define how much of the emitter velocity the system applies during the lifetime of a particle.
curveMultiplierChange the curve multiplier.
enabledSpecifies whether the InheritVelocityModule is enabled or disabled.
modeSpecifies how to apply emitter velocity to particles.