ParticlePainter elements allow you to specify how to paint particles. More...
Inherits Item
Inherited by CustomParticle, ImageParticle, and ItemParticle.
The default implementation paints nothing. See the subclasses if you want to paint something visible.
Which logical particle groups will be painted.
If empty, it will paint the default particle group ("").
system : ParticleSystem |
This is the system whose particles can be painted by the element. If the ParticlePainter is a direct child of a ParticleSystem, it will automatically be associated with it.