ParticleSystem.Emit

function Emit (count : int) : void

Description

Emit count particles immediately.

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

Parameters

NameDescription
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.

function Emit (particle : ParticleSystem.Particle) : void

Description

Emit a single particle.