ParticleSystem.Emit
Emit(count: int): void;
Description

Emit count particles immediately.

Emit(position: Vector3, velocity: Vector3, size: float, lifetime: float, color: Color32): void;
Parameters

position The position of the particle.
velocity The velocity of the particle.
size The size of the particle.
lifetime The remaining lifetime of the particle.
color The color of the particle.
Description

Emit a single particle with given parameters.

Emit(particle: Particle): void;
Description

Emit a single particle.