LayerItem QML Type

一个可访问其变换矩阵属性的项目。更多

Import Statement: import Qt.labs.lottieqt.VectorImageHelpers
Since: Qt 6.10

属性

详细说明

LayerItem 类型有一个transformMatrix 属性,该属性在任何时候都包含该项目自身变换与其所有祖先变换的组合。它主要用于支持某些矢量图形格式中的链接变换。与VectorImageHelpers 模块中的任何类型一样,它只能用于VectorImage 和相关工具生成的代码中。

属性文档

transformMatrix : matrix4x4

此项目的变换与其整个祖先链的变换相结合的结果。


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