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.