QClipAnimator

PyQt5.Qt3DAnimation.QClipAnimator

Inherits from QAbstractClipAnimator.

Description

QClipAnimator is a component providing simple animation playback capabilities.

An instance of QClipAnimator can be aggregated by a QEntity to add the ability to play back animation clips and to apply the calculated animation values to properties of QObjects.

The animation key frame data is provided via the clip property. This can be created programmatically with QAnimationClip or loaded from file with QAnimationClipLoader.

In order to apply the values played back from the channels of data in the animation clip, the clip animator needs to have a QChannelMapper object assigned to the channelMapper property.

The properties for controlling the animator are provided by the QAbstractClipAnimator base class.

See also

QAbstractClipAnimator, QAbstractAnimationClip, QChannelMapper, QBlendedClipAnimator.

Methods

__init__(parent: QNode = None)

TODO


clip() → QAbstractAnimationClip

See also

setClip().


setClip(QAbstractAnimationClip)

See also

clip().

Signals

clipChanged(QAbstractAnimationClip)

TODO