Flip QML Type
A scene flipping effect. More...
Import Statement: | import QtQuick3D.Effects 1.15 |
Properties
- flipHorizontally : bool
- flipVertically : bool
Detailed Description
The Flip effect flips the whole scene either horizontally, vertically, or in both directions.
Property Documentation
flipHorizontally : bool
Set to flip the scene horizontally. true
by default.
flipVertically : bool
Set to flip the scene vertically. true
by default.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-5.15/qml-qtquick3d-effects-flip.html