Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ParticleSystemSubEmitterType

enumeration

Description

The events that cause new particles to be spawned.

Properties

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.

Did you find this page useful? Please give it a rating: