particleConfig property

ParticleConfig particleConfig
final

Particle configuration.

This is the preferred way to configure particle behavior. If not provided in the constructor, it is derived from the deprecated scalar fields (particleDensity, particleSpeed, particleColor, maxParticleSize) for backward compatibility.

Implementation

final ParticleConfig particleConfig;