An Item that provides access to its transformation matrix as a property. 更多...
| import 语句: |
import Qt.labs.lottieqt.VectorImageHelpers
|
| Since: | Qt 6.10 |
The LayerItem type maintains a
transformMatrix
property, which at any time will contain the combination of the item's own transform with all its ancestors' transforms. It is used in particular to support linked transforms in certain vector graphics formats. As any type in the
VectorImageHelpers
module, it is only intended to be used in code generated by
VectorImage
and related tools.
|
transformMatrix : matrix4x4 |
The result of combining this item's transform with the transforms of its entire ancestor chain.