For applying random particle trajectory. 更多...
import 语句: | import QtQuick.Particles 2.15 |
继承: |
What attribute of particles is directly affected.
pace : real |
Maximum attribute change per second.
xVariance : real |
Maximum attribute x value (as a result of Wander).
If unset, Wander will not affect x values.
yVariance : real |
Maximum attribute y value (as a result of Wander).
If unset, Wander will not affect y values.