IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

ClipAnimator QML Type

ClipAnimator is a component providing simple animation playback capabilities.

This type was introduced in Qt 5.9.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

ClipAnimator QML Type

  • Import Statement: import Qt3D.Animation 2.4

  • Since:: Qt 5.9

  • Inherits:: AbstractClipAnimator

  • Instantiates:: QClipAnimator

Detailed Description

An instance of ClipAnimator can be aggregated by an Entity 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 AnimationClip or loaded from file with AnimationClipLoader.

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

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

See Also

Property Documentation

 

clip : var

This property holds the animation clip which contains the key frame data to be played back. The key frame data can be specified in either an AnimationClip or AnimationClipLoader.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+