ParticleSystemRingBufferMode

enumeration

매뉴얼로 전환

설명

Control how particles are removed from the Particle System.

변수

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.