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.

ParticleSystemSubEmitterProperties

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

The properties of sub-emitter particles.

Properties

InheritNothingWhen spawning new particles, do not inherit any properties from the parent particles.
InheritEverythingWhen spawning new particles, inherit all available properties from the parent particles.
InheritColorWhen spawning new particles, multiply the start color by the color of the parent particles.
InheritSizeWhen spawning new particles, multiply the start size by the size of the parent particles.
InheritRotationWhen spawning new particles, add the start rotation to the rotation of the parent particles.
InheritLifetimeNew particles will have a shorter lifespan, the closer their parent particles are to death.

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