TimelineAnimationNode QML Type
A blend tree source node that plays a timeline animation. More...
| Import Statement: | import QtQuick.Timeline.BlendTrees | 
| Since: | Qt 6.7 | 
| Inherits: | 
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.