particles property

List<Particle> particles
final

Set a list of pre-defined particles to be used by the particle engine.

Size, Velocity, Colour and Rotation Speed are defined per-particle, allowing for a degree of randomness to be generated before assigning them to the engine.

See: Particle.

Implementation

final List<Particle> particles;