TimelineAnimationNode QML Type
タイムラインアニメーションを再生するブレンドツリーのソースノード。詳細...
Import Statement: | import QtQuick.Timeline.BlendTrees |
Since: | Qt 6.7 |
Inherits: |
プロパティ
- animation : TimelineAnimation
- currentFrame : real
- timeline : Timeline
詳細説明
TimelineAnimationNodeは、タイムラインアニメーションを再生し、アニメーションのフレームデータを出力するブレンドツリーのソースノードです。このノードはTimelineAnimation 、関連するTimelineをラップし、アニメーションのフレームデータをインターセプトしてブレンドツリーに出力する方法を提供します。
プロパティ Documentation
animation : TimelineAnimation |
このプロパティは、再生するタイムラインアニメーションを保持します。
currentFrame : real |
このプロパティは、アニメーションの現在のフレームを保持します。
timeline : Timeline |
このプロパティは、アニメーションが再生されるタイムラインを保持します。
© 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.