Version: 2019.3

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.