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
The index of the sub-emitter you want to modify.
The Particle System to use as the sub-emitter at the specified index.