This version of Unity is unsupported.

ParticleSystemRingBufferMode

enumeration

Description

Control how particles are removed from the Particle System.

Properties

DisabledParticles are removed when their age exceeds their lifetime.
PauseUntilReplacedParticle ages pause at the end of their lifetime until they need to be removed. Particles are removed when creating new particles would exceed the Max Particles property.
LoopUntilReplacedParticle ages loop until they need to be removed. Particles are removed when creating new particles would exceed the Max Particles property.