RemoveSubEmitter
Removes a sub-emitter from the given index in the array.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ParticleSystemModule
RemoveSubEmitter(int)
Removes a sub-emitter from the given index in the array.
public void RemoveSubEmitter(int index)
Parameters
The index from which to remove a sub-emitter.
Remarks
Additional Resources: ParticleSystem.SubEmittersModule.AddSubEmitter.
RemoveSubEmitter(ParticleSystem)
Removes a sub-emitter from the given index in the array.
public void RemoveSubEmitter(ParticleSystem subEmitter)
Parameters
The sub-emitter to remove.
Remarks
Additional Resources: ParticleSystem.SubEmittersModule.AddSubEmitter.