Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystem.SubEmittersModule

Script interface for the SubEmittersModule.
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public struct ParticleSystem.SubEmittersModule

Remarks

The sub-emitters module allows you to spawn particles in child emitters from the positions of particles in the parent system.
This module triggers child particle emission on events such as the birth, death, and collision of particles in the parent system.

Properties

Property

Description

enabledSpecifies whether the SubEmittersModule is enabled or disabled.
subEmittersCountThe total number of sub-emitters.

Methods

Method

Description

AddSubEmitterAdd a new sub-emitter.
GetSubEmitterEmitProbabilityGets the probability that the sub-emitter emits particles.
GetSubEmitterPropertiesGets the properties of the sub-emitter at the given index.
GetSubEmitterSystemGets the sub-emitter Particle System at the given index.
GetSubEmitterTypeGets the type of the sub-emitter at the given index.
RemoveSubEmitterRemoves a sub-emitter from the given index in the array.
SetSubEmitterEmitProbabilitySets the probability that the sub-emitter emits particles.
SetSubEmitterPropertiesSets the properties of the sub-emitter at the given index.
SetSubEmitterSystemSets the Particle System to use as the sub-emitter at the given index.
SetSubEmitterTypeSets the type of the sub-emitter at the given index.