Uses of Class
io.qt.qt3d.animation.QKeyFrame.InterpolationType
Package | Description |
---|---|
io.qt.qt3d.animation |
-
Uses of QKeyFrame.InterpolationType in io.qt.qt3d.animation
Methods in io.qt.qt3d.animation that return QKeyFrame.InterpolationType Modifier and Type Method Description QKeyFrame.InterpolationType
QKeyFrame. interpolationType()
static QKeyFrame.InterpolationType
QKeyFrame.InterpolationType. resolve(byte value)
Returns the corresponding enum entry for the given value.static QKeyFrame.InterpolationType
QKeyFrame.InterpolationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QKeyFrame.InterpolationType[]
QKeyFrame.InterpolationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.animation with parameters of type QKeyFrame.InterpolationType Modifier and Type Method Description void
QKeyFrame. setInterpolationType(QKeyFrame.InterpolationType interp)