ParticleNamespace:
Description

Script interface for a Particle.

See Also: ParticleSystem, ParticleSystem.GetParticles, ParticleSystem.SetParticles.
Variables
angularVelocity The angular velocity of the particle.
axisOfRotation
color The initial color of the particle. The current color of the particle is calculated procedurally based on this value and the active color modules.
lifetime The lifetime of the particle.
position The position of the particle.
randomSeed The random seed of the particle.
rotation The rotation of the particle.
size The initial size of the particle. The current size of the particle is calculated procedurally based on this value and the active size modules.
startLifetime The starting lifetime of the particle.
velocity The velocity of the particle.