QKeyFrame

A base class for handling keyframes. More

Inheritance diagram of PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame

Synopsis

Functions

Detailed Description

class PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame

PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame(coords)

PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame(coords, lh, rh)

Parameters:
PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.InterpolationType
PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.coordinates()
Return type:

PySide2.QtGui.QVector2D

PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.interpolationType()
Return type:

InterpolationType

PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.leftControlPoint()
Return type:

PySide2.QtGui.QVector2D

PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.rightControlPoint()
Return type:

PySide2.QtGui.QVector2D

PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setCoordinates(coords)
Parameters:

coordsPySide2.QtGui.QVector2D

PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setInterpolationType(interp)
Parameters:

interpInterpolationType

PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setLeftControlPoint(lh)
Parameters:

lhPySide2.QtGui.QVector2D

PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setRightControlPoint(rh)
Parameters:

rhPySide2.QtGui.QVector2D