Legacy Documentation: Version 5.3
LanguageEnglish
  • C#
  • JS

Script language

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

ParticleSystemInheritVelocityMode

enumeration

Description

How to apply emitter velocity to particles.

Variables

InitialApply the emitter velocity at the time the particle was born, on every frame during its lifetime.
CurrentApply the current emitter velocity to a particle, on every frame during its lifetime.