Qt 4.8
ParticleMotionWander Class Reference

The ParticleMotionWander object moves particles in a somewhat random fashion. More...

Detailed Description

The ParticleMotionWander object moves particles in a somewhat random fashion.

Since
4.7
The particles will continue roughly in the original direction, however will randomly
drift to each side.

The code below produces an effect similar to falling snow.
width: 240
height: 320
color: "black"
y: 0
width: parent.width
height: 30
source: "star.png"
lifeSpan: 5000
count: 50
angle: 70
angleDeviation: 36
velocity: 30
velocityDeviation: 10
xvariance: 30
pace: 100
}
}
}
See also
Particles

The documentation for this class was generated from the following file: