Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetSubEmitterSystem(int, ParticleSystem)

Sets the Particle System to use as the sub-emitter at the given index.
Read time 1 minuteLast updated 9 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public void SetSubEmitterSystem(int index, ParticleSystem subEmitter)

Parameters

index

The index of the sub-emitter you want to modify.

subEmitter

The Particle System to use as the sub-emitter at the specified index.