TimelineAnimationNode QML Type

A blend tree source node that plays a timeline animation. 更多...

import 语句: import QtQuick.Timeline.BlendTrees
Since: Qt 6.7

特性

详细描述

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.

特性文档编制

animation : TimelineAnimation

This property holds the timeline animation to play.

currentFrame : real

This property holds the current frame of the animation.

timeline : 时间线

This property holds the timeline that the animation is played on.