Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystemSubEmitterProperties

The properties of sub-emitter particles.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
[Flags]public enum ParticleSystemSubEmitterProperties

Fields

Value

Description

InheritColorWhen spawning new particles, multiply the start color by the color of the parent particles.
InheritDurationWhen spawning new particles, use the duration and age properties from the parent system, when sampling MainModule curves in the Sub-Emitter.
InheritEverythingWhen spawning new particles, inherit all available properties from the parent particles.
InheritLifetimeNew particles will have a shorter lifespan, the closer their parent particles are to death.
InheritNothingWhen spawning new particles, do not inherit any properties from the parent particles.
InheritRotationWhen spawning new particles, add the start rotation to the rotation of the parent particles.
InheritSizeWhen spawning new particles, multiply the start size by the size of the parent particles.