Qt3DAnimation.QKeyFrame¶
A base class for handling keyframes. More…

Synopsis¶
Functions¶
def
coordinates
()def
interpolationType
()def
leftControlPoint
()def
rightControlPoint
()def
setCoordinates
(coords)def
setInterpolationType
(interp)def
setLeftControlPoint
(lh)def
setRightControlPoint
(rh)
Detailed Description¶
-
class
PySide2.Qt3DAnimation.Qt3DAnimation.
QKeyFrame
¶ PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame(coords)
PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame(coords, lh, rh)
- Parameters
rh –
QVector2D
lh –
QVector2D
coords –
QVector2D
-
PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.
InterpolationType
¶
-
PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.
coordinates
()¶ - Return type
QVector2D
See also
setCoordinates()
-
PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.
interpolationType
()¶ - Return type
See also
setInterpolationType()
-
PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.
leftControlPoint
()¶ - Return type
QVector2D
See also
setLeftControlPoint()
-
PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.
rightControlPoint
()¶ - Return type
QVector2D
See also
setRightControlPoint()
-
PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.
setCoordinates
(coords)¶ - Parameters
coords –
QVector2D
See also
coordinates()
-
PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.
setInterpolationType
(interp)¶ - Parameters
interp –
InterpolationType
See also
interpolationType()
-
PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.
setLeftControlPoint
(lh)¶ - Parameters
lh –
QVector2D
See also
leftControlPoint()
-
PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.
setRightControlPoint
(rh)¶ - Parameters
rh –
QVector2D
See also
rightControlPoint()