QAbstractSkeleton Class
(
Qt3DCore::QAbstractSkeleton
)
A skeleton contains the joints for a skinned mesh.
更多...
特性
公共函數
信號
靜態公共成員
重實現保護函數
|
virtual void
|
sceneChangeEvent
(const Qt3DCore::QSceneChangePtr &
change
) override
|
額外繼承成員
詳細描述
A skeleton contains the joints for a skinned mesh.
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
訪問函數:
通知程序信號:
|
void
|
jointCountChanged
(int
jointCount
)
|
成員函數文檔編製
[override virtual protected]
void
QAbstractSkeleton::
sceneChangeEvent
(const
Qt3DCore::QSceneChangePtr
&
change
)