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.
PauseUntilReplacedParticles are removed when creating new particles would exceed the Max Particles property.
LoopUntilReplacedParticles are removed when creating new particles would exceed the Max Particles property. Before being removed, particles remain alive until their age exceeds their lifetime.