QAnimationClip

PyQt5.Qt3DAnimation.QAnimationClip

Inherits from QAbstractAnimationClip.

Description

Specifies key frame animation data.

Methods

__init__(parent: QNode = None)

TODO


clipData() QAnimationClipData

Returns the data describing the animation clip.

See also

setClipData().


setClipData(QAnimationClipData)

Set the parameters of the clip according to the clipData provided.

See also

clipData().

Signals

clipDataChanged(QAnimationClipData)

TODO