QAnimationClip#

Specifies key frame animation data. More

Inheritance diagram of PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClip

Synopsis#

Properties#

Functions#

Slots#

Signals#

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description#

class PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClip([parent=None])#
Parameters:

parentPySide6.Qt3DCore.Qt3DCore.QNode

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property PᅟySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClip.clipData: PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData#
Access functions:
PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClip.clipData()#
Return type:

PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData

Returns the data describing the animation clip.

See also

setClipData()

Getter of property clipData .

PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClip.clipDataChanged(clipData)#
Parameters:

clipDataPySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData

Notification signal of property clipData .

PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClip.setClipData(clipData)#
Parameters:

clipDataPySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData

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

See also

clipData()

Setter of property clipData .