aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2021-01-11 09:46:40 +0100
committerNico Vertriest <nico.vertriest@qt.io>2021-01-12 09:07:50 +0000
commit24372250debc0a067470392776a178b155cedf3e (patch)
tree212fa3a1682742866dfa8afbdb30083ae494bf4b /src/quick/doc
parent2d6b8f3e5e6fb37b2ab74d85a5658311c3dcac0c (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 Pick-to: 6.0 Change-Id: I82e3a3af4925f7c8e58ce6a5c5af57b854cb9e36 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/quick/doc')
-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,