public void RemoveSubEmitter (int index);

Parámetros

indexThe index from which to remove a sub-emitter.

Descripción

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


public void RemoveSubEmitter (ParticleSystem subEmitter);

Parámetros

subEmitterThe sub-emitter to remove.

Descripción

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