QAbstractSkeleton Class

class Qt3DCore ::QAbstractSkeleton

A skeleton contains the joints for a skinned mesh. 更多...

头: #include <QAbstractSkeleton>
qmake: QT += 3dcore
Since: Qt 5.10
实例化: AbstractSkeleton
继承: Qt3DCore::QNode
继承者:

Qt3DCore::QSkeleton and Qt3DCore::QSkeletonLoader

该类在 Qt 5.10 引入。

特性

公共函数

int jointCount () const

信号

void jointCountChanged (int jointCount )

详细描述

Do not use this class directly. You should use QSkeletonLoader if loading skeleton data from a file (most likely) or QSkeleton if creating the skeleton and skinned mesh data yourself (mainly for people creating editors or tooling).

特性文档编制

jointCount : const int

Holds the number of joints contained in the skeleton

访问函数:

int jointCount () const

通知程序信号:

void jointCountChanged (int jointCount )