ParticleSystemRingBufferMode

enumeration

Cambiar al Manual

Descripción

Control how particles are removed from the Particle System.

Variables

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.