For attracting particles towards a specific point. 更多...
import 语句: | import QtQuick.Particles |
继承: | Affector |
Note that the size and position of this element affects which particles it affects. The size of the point attracted to is always 0x0, and the location of that point is specified by the pointX and pointY properties.
Note that Attractor has the standard Item x,y,width and height properties. Like other affectors, these represent the affected area. They do not represent the 0x0 point which is the target of the attraction.
affectedParameter : AffectableParameter |
What attribute of particles is directly affected.
proportionalToDistance : Proportion |
How the distance from the particle to the point affects the strength of the attraction.