Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

PerParticleMakes a trail behind each particle as the particle moves.
RibbonDraws a line between each particle, connecting the youngest particle to the oldest.