LayerItem QML Type

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.