TimelineAnimationNode QML Type
混合树源节点,用于播放时间线动画。更多
Import Statement: | import QtQuick.Timeline.BlendTrees |
Since: | Qt 6.7 |
Inherits: |
属性
- animation : TimelineAnimation
- currentFrame : real
- timeline : Timeline
详细说明
时间线动画节点(TimelineAnimationNode)是一个混合树源节点,用于播放时间线动画并输出动画的帧数据。该节点封装了TimelineAnimation 及其关联的时间轴,并提供了一种截取动画帧数据并将其输出到混合树的方法。
属性文档
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.