ParticleSystemTrailMode
Choose how Particle Trails are generated.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
public enum ParticleSystemTrailMode
Fields
Value | Description |
|---|---|
| PerParticle | Makes a trail behind each particle as the particle moves. |
| Ribbon | Draws a line between each particle, connecting the youngest particle to the oldest. |