ParticleSystemSubEmitterType

enumeration

매뉴얼로 전환

설명

The events that cause new particles to be spawned.

변수

BirthSpawns new particles when particles from the parent system are born.
CollisionSpawns new particles when particles from the parent system collide with something.
DeathSpawns new particles when particles from the parent system die.
TriggerSpawns new particles when particles from the parent system pass conditions in the Trigger Module.
ManualSpawns new particles when triggered from script using ParticleSystem.TriggerSubEmitter.