ParticleSystem.SetParticles

function SetParticles (particles : ParticleSystem.Particle[], size : int) : void

Description

Set the particles of this particle system. size is the number of particles that is set.

Setting the lifetime of a particle to a negative value will result in Shuriken removing the particle. See Also: GetParticles.