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 |
|---|
| Current | Each particle's velocity is set to the emitter's current velocity value, every frame. |
| Initial | Each particle inherits the emitter's velocity on the frame when it was initially emitted. |