ParticlePainter QML Type

For specifying how to paint particles. More...

Import Statement: import QtQuick.Particles
Inherits:

Item

Inherited By:

ImageParticle and ItemParticle

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.


© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.