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 )