Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

ParticleSystem.SubEmittersModule.RemoveSubEmitter

Switch to Manual

Declaration

public void RemoveSubEmitter(int index);

Parameters

index The index from which to remove a sub-emitter.

Description

Removes a sub-emitter from the given index in the array.


Declaration

public void RemoveSubEmitter(ParticleSystem subEmitter);

Parameters

subEmitter The sub-emitter to remove.

Description

Removes a sub-emitter from the given index in the array.