LineShape QML Type

Represents a line for affectors and emitters. More...

Import Statement: import QtQuick.Particles
Inherits:

Shape

Properties

Detailed Description

Property Documentation

mirrored : bool

By default, the line goes from (0,0) to (width, height) of the item that this shape is being applied to.

If mirrored is set to true, this will be mirrored along the y axis. The line will then go from (0,height) to (width, 0).


© 2024 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.