Version: 2022.2
언어: 한국어

ParticleSystemSubEmitterProperties

enumeration

매뉴얼로 전환

설명

The properties of sub-emitter particles.

변수

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.
InheritDurationWhen spawning new particles, use the duration and age properties from the parent system, when sampling MainModule curves in the Sub-Emitter.