Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemInheritVelocityMode

How to apply emitter velocity to particles.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public enum ParticleSystemInheritVelocityMode

Fields

Value

Description

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