QClipBlendValue#
Class used for including a clip in a blend tree. More…
Synopsis#
Functions#
def
clip
()
Slots#
def
setClip
(clip)
Signals#
def
clipChanged
(clip)
Detailed Description#
- class PySide6.Qt3DAnimation.Qt3DAnimation.QClipBlendValue(clip[, parent=None])#
PySide6.Qt3DAnimation.Qt3DAnimation.QClipBlendValue([parent=None])
- Parameters
- PySide6.Qt3DAnimation.Qt3DAnimation.QClipBlendValue.clip()#
The animation clip that needs to be included in the blend tree.
- PySide6.Qt3DAnimation.Qt3DAnimation.QClipBlendValue.clipChanged(clip)#
- Parameters
clip –
PySide6.Qt3DAnimation.Qt3DAnimation.QAbstractAnimationClip
- PySide6.Qt3DAnimation.Qt3DAnimation.QClipBlendValue.setClip(clip)#
- Parameters
clip –
PySide6.Qt3DAnimation.Qt3DAnimation.QAbstractAnimationClip
The animation clip that needs to be included in the blend tree.