AngleDirection QML Type

For specifying a direction that varies in angle. 更多...

导入语句: import QtQuick.Particles 2.12
继承:

Direction

特性

详细描述

The AngledDirection element allows both the specification of a direction by angle and magnitude, as well as varying the parameters by angle or magnitude.

特性文档编制

angle : real

This property specifies the base angle for the direction. The angle of this direction will vary by no more than angleVariation from this angle.

Angle is specified by degrees clockwise from straight right.

The default value is zero.


angleVariation : real

This property specifies the maximum angle variation for the direction. The angle of the direction will vary by up to angleVariation clockwise and anticlockwise from the value specified in angle.

Angle is specified by degrees clockwise from straight right.

The default value is zero.


magnitude : real

This property specifies the base magnitude for the direction. The magnitude of this direction will vary by no more than magnitudeVariation from this magnitude.

Magnitude is specified in units of pixels per second.

The default value is zero.


magnitudeVariation : real

This property specifies the base magnitude for the direction. The magnitude of this direction will vary by no more than magnitudeVariation from the base magnitude.

Magnitude is specified in units of pixels per second.

The default value is zero.