AngleDirection QML Type

For specifying a direction that varies in angle. More...

Import Statement: import QtQuick.Particles
Inherits:

Direction

Properties

Detailed Description

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

Property Documentation

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.


© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.