class QLerpClipBlend

Inheritance diagram of PySide6.Qt3DAnimation.Qt3DAnimation.QLerpClipBlend

Synopsis

Properties

Methods

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

Note

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

property blendFactorᅟ: float
Access functions:
property endClipᅟ: QAbstractClipBlendNode
Access functions:
property startClipᅟ: QAbstractClipBlendNode
Access functions:
__init__([parent=None])
Parameters:

parentQNode

blendFactor()
Return type:

float

Getter of property blendFactorᅟ .

blendFactorChanged(blendFactor)
Parameters:

blendFactor – float

Notification signal of property blendFactorᅟ .

endClip()
Return type:

QAbstractClipBlendNode

Getter of property endClipᅟ .

endClipChanged(endClip)
Parameters:

endClipQAbstractClipBlendNode

Notification signal of property endClipᅟ .

setBlendFactor(blendFactor)
Parameters:

blendFactor – float

Setter of property blendFactorᅟ .

setEndClip(endClip)
Parameters:

endClipQAbstractClipBlendNode

Setter of property endClipᅟ .

setStartClip(startClip)
Parameters:

startClipQAbstractClipBlendNode

Setter of property startClipᅟ .

startClip()
Return type:

QAbstractClipBlendNode

Getter of property startClipᅟ .

startClipChanged(startClip)
Parameters:

startClipQAbstractClipBlendNode

Notification signal of property startClipᅟ .