ParticleSystem
A ParticleSystem manages the updating and display of a collection of particles.
See also
Types
Properties
An array of ParticleBurst, emitting bursts of particles at periodic times.
Fires an event when the particle system has reached the end of its lifetime.
The number of particles to emit per second.
The particle emitter for this
The 4x4 transformation matrix that transforms the particle system emitter within the particle systems local coordinate system.
When true
, the particle system has reached the end of its lifetime; false
otherwise.
Sets the maximum bound, width by height, below which to randomly scale the particle image's dimensions in pixels.
Sets the maximum mass of particles in kilograms.
Sets the maximum bound in seconds for the possible duration of a particle's life below which a particle's actual life will be randomly chosen.
Sets the maximum bound in meters per second below which a particle's actual speed will be randomly chosen.
Sets the minimum bound, width by height, above which to randomly scale the particle image's dimensions in pixels.
Sets the minimum mass of particles in kilograms.
Sets the minimum bound in seconds for the possible duration of a particle's life above which a particle's actual life will be randomly chosen.
Sets the minimum bound in meters per second above which a particle's actual speed will be randomly chosen.
The 4x4 transformation matrix that transforms the particle system from model to world coordinates.
Gets or sets if the particle size is in meters or pixels. true
to size particles in meters; otherwise, the size is in pixels.
The color of the particle at the beginning of its life.
The initial scale to apply to the image of the particle at the beginning of its life.
An array of force callbacks. The callback is passed a Particle and the difference from the last time