LayerItem QML Type
プロパティとして変換行列へのアクセスを提供するアイテム。詳細...
Import Statement: | import Qt.labs.lottieqt.VectorImageHelpers |
Since: | Qt 6.10 |
プロパティ
- transformMatrix : matrix4x4
詳細説明
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.