aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2021-01-11 09:46:40 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-01-12 10:14:41 +0000
commit7d5b9f5954faa7c24680e3ac433e11dbfa710ffd (patch)
tree0ef0037b45c7afb78c3cb36b00892658fffb7166 /src
parent9fee1bb208730a1f140ca6cb405920fef5c6a680 (diff)
Doc: Add links to examples of Qt Quick Particle System
Doc Using the Qt Quick Particle System did not contain links to examples. Fixes: QTBUG-29378 Change-Id: I82e3a3af4925f7c8e58ce6a5c5af57b854cb9e36 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 24372250debc0a067470392776a178b155cedf3e) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src')
-rw-r--r--src/quick/doc/src/concepts/effects/particles.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/quick/doc/src/concepts/effects/particles.qdoc b/src/quick/doc/src/concepts/effects/particles.qdoc
index 20c721a0cd..ce1c247c17 100644
--- a/src/quick/doc/src/concepts/effects/particles.qdoc
+++ b/src/quick/doc/src/concepts/effects/particles.qdoc
@@ -96,6 +96,8 @@
particle of the followed type within the bounds of a TrailEmitter will cause particle emission from its location, as if there
were an Emitter on it with the same properties as the TrailEmitter.
+ \sa {Qt Quick Particles Examples - Emitters}
+
\section1 ParticlePainters
Painters are the types that visualize logical particles. For each logical particle in the groups assigned to it,
which are within its bounds (or outside, if you do not set the clip property on the type) it will be visualized
@@ -112,6 +114,10 @@
such as altering the trajectory of particles or prematurely ending their life in the simulation. For performance reasons,
it is recommended not to use Affectors in high-volume particle systems.
+ \sa {Qt Quick Particles Examples - Affectors}{Examples Affectors},
+ {Qt Quick Particles Examples - Example Image Particles},
+ {Qt Quick Particles Examples - System}{Example Affectors - System}
+
\section1 Stochastic Parameters
As particle systems benefit from stochastic control of parameters across a large number of instances, several stochastic
helper types are used by the particle system. If you do not wish to have any stochastic variation in these parameters,