On this page
ParticlePainter QML Type
For specifying how to paint particles More...
Import Statement: | import QtQuick.Particles 2.0 |
Inherits: | |
Inherited By: |
Properties
Detailed Description
The default implementation paints nothing. See the subclasses if you want to paint something visible.
Property Documentation
groups : list<string>
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.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.9/qml-qtquick-particles-particlepainter.html