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

AnimationGroup QML Type

A type grouping animations together.

This type was introduced in Qt 5.9.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

AnimationGroup QML Type

  • Import Statement: import Qt3D.Animation 2.4

  • Since:: Qt 5.9

Detailed Description

AnimationGroup type is used to group multiple animations so that they can act as one animation. The position set to the group is also set to all animations in a group. The duration is the maximum of the individual animations. The animations can be any supported animation type and do not have to have the same name.

Property Documentation

 

animations : list<AbstractAnimation>

Holds the list of animations in the animation group.

[read-only] duration : real

Holds the maximum duration of the animations in the group.

name : string

Holds the name of the animation group.

position : real

Holds the animation position.

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