LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

ParticleSystemInheritVelocityMode

enumeration

Description

How to apply emitter velocity to particles.

Properties

InitialEach particle inherits the emitter's velocity on the frame when it was initially emitted.
CurrentEach particle's velocity is set to the emitter's current velocity value, every frame.