QKeyFrame

A base class for handling keyframes. More

Inheritance diagram of PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame

Synopsis

Functions

Detailed Description

class PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame(coords)

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

Parameters
PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.InterpolationType
PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.coordinates()
Return type

PySide6.QtGui.QVector2D

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.interpolationType()
Return type

InterpolationType

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.leftControlPoint()
Return type

PySide6.QtGui.QVector2D

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.rightControlPoint()
Return type

PySide6.QtGui.QVector2D

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setCoordinates(coords)
Parameters

coordsPySide6.QtGui.QVector2D

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setInterpolationType(interp)
Parameters

interpInterpolationType

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setLeftControlPoint(lh)
Parameters

lhPySide6.QtGui.QVector2D

PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setRightControlPoint(rh)
Parameters

rhPySide6.QtGui.QVector2D