QAnimationClip#
Specifies key frame animation data. More…
Synopsis#
Properties#
Functions#
def
clipData
()
Slots#
def
setClipData
(clipData)
Signals#
def
clipDataChanged
(clipData)
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:
parent –
PySide6.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:
clipData
()setClipData
(clipData)Signal
clipDataChanged
(clipData)
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClip.clipData()#
Returns the data describing the animation clip.
See also
Getter of property clipData
.
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClip.clipDataChanged(clipData)#
- Parameters:
clipData –
PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData
Notification signal of property clipData
.
- PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClip.setClipData(clipData)#
- Parameters:
clipData –
PySide6.Qt3DAnimation.Qt3DAnimation.QAnimationClipData
Set the parameters of the clip according to the clipData
provided.
See also
Setter of property clipData
.