Uses of Class
io.qt.qt3d.core.QAbstractSkeleton
Package | Description |
---|---|
io.qt.qt3d.animation | |
io.qt.qt3d.core |
-
Uses of QAbstractSkeleton in io.qt.qt3d.animation
Fields in io.qt.qt3d.animation with type parameters of type QAbstractSkeleton Modifier and Type Field Description QObject.Signal1<QAbstractSkeleton>
QSkeletonMapping. skeletonChanged
Methods in io.qt.qt3d.animation that return QAbstractSkeleton Modifier and Type Method Description QAbstractSkeleton
QSkeletonMapping. skeleton()
Methods in io.qt.qt3d.animation with parameters of type QAbstractSkeleton Modifier and Type Method Description void
QSkeletonMapping. setSkeleton(QAbstractSkeleton skeleton)
-
Uses of QAbstractSkeleton in io.qt.qt3d.core
Subclasses of QAbstractSkeleton in io.qt.qt3d.core Modifier and Type Class Description class
QSkeleton
Holds the data for a skeleton to be used with skinned meshesclass
QSkeletonLoader
Used to load a skeleton of joints from fileFields in io.qt.qt3d.core with type parameters of type QAbstractSkeleton Modifier and Type Field Description QObject.Signal1<QAbstractSkeleton>
QArmature. skeletonChanged
Methods in io.qt.qt3d.core that return QAbstractSkeleton Modifier and Type Method Description QAbstractSkeleton
QArmature. skeleton()
Methods in io.qt.qt3d.core with parameters of type QAbstractSkeleton Modifier and Type Method Description void
QArmature. setSkeleton(QAbstractSkeleton skeleton)