AnimationGroup QML Type

A type grouping animations together. 更多...

import 语句: import Qt3D.Animation 2.10
状态: 弃用

特性

详细描述

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.

特性文档编制

animations : list < AbstractAnimation >

Holds the list of animations in the animation group.

duration : real [read-only]

Holds the maximum duration of the animations in the group.

名称 : string

Holds the name of the animation group.

位置 : real

Holds the animation position.