TargetDirection QML Type
For specifying a direction towards the target point. More...
Properties
- magnitude : real
- magnitudeVariation : real
- proportionalMagnitude : bool
- targetItem : Item
- targetVariation : real
- targetX : real
- targetY : real
Detailed Description
\inqmlmodule
QtQuick.Particles \ingroup
qtquick-particles \inherits
Direction
Property Documentation
magnitude : real |
magnitudeVariation : real |
proportionalMagnitude : bool |
If true, then the value of magnitude and magnitudeVariation shall be interpreted as multiples of the distance between the source point and the target point, per second.
If false(default), then the value of magnitude and magnitudeVariation shall be interpreted as pixels per second.
targetItem : Item |
targetVariation : real |
targetX : real |
targetY : real |