Uses of Class
io.qt.qt3d.core.QJoint
Package | Description |
---|---|
io.qt.qt3d.core |
-
Uses of QJoint in io.qt.qt3d.core
Fields in io.qt.qt3d.core with type parameters of type QJoint Modifier and Type Field Description QObject.Signal1<QJoint>
QSkeleton. rootJointChanged
QObject.Signal1<QJoint>
QSkeletonLoader. rootJointChanged
Methods in io.qt.qt3d.core that return QJoint Modifier and Type Method Description QJoint
QSkeleton. rootJoint()
QJoint
QSkeletonLoader. rootJoint()
Methods in io.qt.qt3d.core that return types with arguments of type QJoint Modifier and Type Method Description QVector<QJoint>
QJoint. childJoints()
Methods in io.qt.qt3d.core with parameters of type QJoint Modifier and Type Method Description void
QJoint. addChildJoint(QJoint joint)
void
QJoint. removeChildJoint(QJoint joint)
void
QSkeleton. setRootJoint(QJoint rootJoint)