Qt Quick Particles QML Types
This QML module contains a particle system for Qt Quick. To use these types, import the module with the following line:
import QtQuick.Particles
For a simple overview of how the system can be used, see Using the Qt Quick Particle System.
For details on the performance characteristics see Qt Quick Particle System Performance.
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 | |
Attracts particles towards a specific point | |
For specifying a direction made of other directions | |
For specifying a vector space | |
Represents an ellipse to other particle system elements | |
Emits logical particles | |
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 |
© 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.