QAbstractSkeleton¶
A skeleton contains the joints for a skinned mesh. More…
Inherited by: QSkeletonLoader, QSkeleton
New in version 5.10.
Synopsis¶
Functions¶
def
jointCount
()
Signals¶
def
jointCountChanged
(jointCount)
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 PySide6.Qt3DCore.Qt3DCore.QAbstractSkeleton¶
- PySide6.Qt3DCore.Qt3DCore.QAbstractSkeleton.jointCount()¶
- Return type
int
Holds the number of joints contained in the skeleton
- PySide6.Qt3DCore.Qt3DCore.QAbstractSkeleton.jointCountChanged(jointCount)¶
- Parameters
jointCount – int
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.