AbsractClipAnimator QML Type

AbstractClipAnimator is the base class for types providing animation playback capabilities. More...

Import Statement: import Qt3D.Animation 2.0
Since: Qt 5.9
Instantiates: QAbstractClipAnimator

Detailed Description

Subclasses of AbstractClipAnimator can be aggregated by an Entity to provide animation capabilities. The animator components provide an interface for controlling the animation (e.g. start, stop). Each animator type requires some form of animation data such as an AbstractAnimationClip as well as a ChannelMapper which describes how the channels in the animation clip should be mapped onto the properties of the objects you wish to animate.

The following subclasses are available: