public void RemoveSubEmitter (int index);

Parameters

indexThe index from which to remove a sub-emitter.

Description

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


public void RemoveSubEmitter (ParticleSystem subEmitter);

Parameters

subEmitterThe sub-emitter to remove.

Description

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