Version: 2020.3

ParticleSystemRingBufferMode

enumeration

切换到手册

描述

控制如何从粒子系统中移除粒子。

变量

Disabled当粒子的存活时间超过它们的生命周期时,将移除粒子。
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.