QKeyFrame露
- PyQt5.Qt3DAnimation.QKeyFrame
Description露
A base class for handling keyframes.
Enums露
- InterpolationType
TODO
Member
Value
Description
BezierInterpolation TODO
TODO
ConstantInterpolation TODO
TODO
LinearInterpolation TODO
TODO
Methods露
- __init__()
TODO
- __init__(QVector2D)
TODO
- __init__(QKeyFrame)
TODO
- coordinates() → QVector2D
See also
- __eq__(QKeyFrame) → bool
TODO
- interpolationType() → InterpolationType
See also
- leftControlPoint() → QVector2D
See also
- __ne__(QKeyFrame) → bool
TODO
- rightControlPoint() → QVector2D
See also
- setCoordinates(QVector2D)
See also
- setInterpolationType(InterpolationType)
See also
- setLeftControlPoint(QVector2D)
See also
- setRightControlPoint(QVector2D)
See also