Enumeration ParticleSystemSubEmitterType

The events that cause new particles to be spawned.

2024.4.12

yisky

Enumeration Members

Enumeration Members

Birth: 0

Spawns new particles when particles from the parent system are born.

Collision: 1

Spawns new particles when particles from the parent system collide with something.

Currently not supported, can only use burst emission in the Emission module.

Death: 2

Spawns new particles when particles from the parent system die

Can only use burst emission in the Emission module.

Manual: 4

Spawns new particles when triggered from script using ParticleSystem.TriggerSubEmitter.

Can only use burst emission in the Emission module.

Trigger: 3

Spawns new particles when particles from the parent system pass conditions in the Trigger Module.

Currently not supported, can only use burst emission in the Emission module.