此 QML 模块包含 Qt Quick 粒子系统。要使用这些类型,采用以下行 import 模块:
import QtQuick.Particles 2.15
有关如何使用系统的简单概述,见 使用 Qt Quick 粒子系统 .
有关性能特色的详细信息,见 Qt Quick 粒子系统性能 .
Applies alterations to the attributes of logical particles at any point in their lifetime | |
For altering particle ages | |
For specifying a direction that varies in angle | |
For attracting particles towards a specific point | |
For specifying a direction made of other directions | |
For specifying shaders to paint particles | |
For specifying a vector space | |
Represents an ellipse to other particle system elements | |
发射逻辑粒子 | |
For applying friction proportional to the particle's current velocity | |
For applying acceleration in an angle | |
For changing the state of a group of a particle | |
For visualizing logical particles using an image | |
For specifying a delegate to paint particles | |
Represents a line for affectors and emitters | |
For representing an image as a shape to affectors and emitters | |
Represents particles manipulated by emitters and affectors | |
For specifying an area for affectors and emitters | |
For setting attributes on a logical particle group | |
For specifying how to paint particles | |
A system which includes particle painter, emitter, and affector types | |
For specifying a direction that varies in x and y components | |
For specifying an area for affectors and emitter | |
For changing the state of a sprite particle | |
For specifying a direction towards the target point | |
Emits logical particles from other logical particles | |
Provides fluid-like forces from a noise image | |
For applying random particle trajectory |