Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

index

The index from which to remove a sub-emitter.

Remarks

RemoveSubEmitter(ParticleSystem)

Removes a sub-emitter from the given index in the array.
public void RemoveSubEmitter(ParticleSystem subEmitter)

Parameters

subEmitter

The sub-emitter to remove.

Remarks