TimelineAnimationNode QML Type
A blend tree source node that plays a timeline animation. More...
Import Statement: | import QtQuick.Timeline.BlendTrees |
Since: | Qt 6.7 |
Properties
- animation : TimelineAnimation
- currentFrame : real
- timeline : Timeline
Detailed Description
TimelineAnimationNode is a blend tree source node that plays a timeline animation and outputs the animation's frame data. This node wraps a TimelineAnimation and its associated Timeline and provides a way to intercept the animation's frame data and output it to the blend tree.
Property Documentation
animation : TimelineAnimation |
This property holds the timeline animation to play.
currentFrame : real |
This property holds the current frame of the animation.
timeline : Timeline |
This property holds the timeline that the animation is played on.
© 2024 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.