ParticleSystemRingBufferMode

enumeration

Switch to Manual

Description

Control how particles are removed from the Particle System.

Variables

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.