PySide6.Qt3DAnimation.Qt3DAnimation.QKeyFrame¶
- class QKeyFrame¶
- A base class for handling keyframes. - Synopsis¶- Methods¶- def - __init__()
- def - coordinates()
- def - __ne__()
- def - __eq__()
- def - setCoordinates()
 - 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 - class InterpolationType¶
 - __init__()¶
 - __init__(coords)
- Parameters:
- coords – - QVector2D
 
 - interpolationType()¶
- Return type:
- InterpolationType
 
 - __ne__(rhs)¶
- Parameters:
- rhs – - QKeyFrame
- Return type:
- bool 
 
 - __eq__(rhs)¶
- Parameters:
- rhs – - QKeyFrame
- Return type:
- bool 
 
 - setInterpolationType(interp)¶
- Parameters:
- interp – - InterpolationType