Version: 5.3
public void Emit (int count);

파라미터

count Number of particles to emit.

설명

Emit count particles immediately.


public void Emit (ParticleSystem.EmitParams emitParams, int count);

파라미터

emitParams Overidden particle properties.
count Number of particles to emit.

설명

Emit a number of particles from script.

Setting properties in the emitParams will override those properties in the emitted particles. Any properties not modified will inherit the behavior specified in the inspector.