QAbstractSkeleton¶

A skeleton contains the joints for a skinned mesh. More…

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QAbstractSkeleton

Inherited by: QSkeleton, QSkeletonLoader

New in version 5.10.

Synopsis¶

Functions¶

Signals¶

Detailed Description¶

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).

class PySide2.Qt3DCore.Qt3DCore.QAbstractSkeleton¶
PySide2.Qt3DCore.Qt3DCore.QAbstractSkeleton.jointCount()¶
Return type:

int

Holds the number of joints contained in the skeleton

PySide2.Qt3DCore.Qt3DCore.QAbstractSkeleton.jointCountChanged(jointCount)¶
Parameters:

jointCount – int