ParticlePainter QML Type

For specifying how to paint particles. 更多...

导入语句: import QtQuick.Particles 2.15
继承:

Item

继承者:

CustomParticle , ImageParticle ,和 ItemParticle

特性

详细描述

The default implementation paints nothing. See the subclasses if you want to paint something visible.

特性文档编制

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.