Version: 2020.2
언어: 한국어

ParticleSystemRingBufferMode

enumeration

매뉴얼로 전환

설명

Control how particles are removed from the Particle System.

변수

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.