ParticlePainter QML Type

用于指定如何绘制粒子。更多

Import Statement: import QtQuick.Particles
Inherits:

Item

Inherited By:

ImageParticle and ItemParticle

属性

详细说明

默认实现不绘制任何内容。如果您想绘制可见内容,请参阅子类。

属性文档

groups : list<string>

将绘制哪个逻辑粒子群。

如果为空,将绘制默认粒子群("")。


system : ParticleSystem

这是该元素可以绘制粒子的系统。如果ParticlePainterParticleSystem 的直接子元素,则会自动与之关联。


© 2025 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.