QAbstractSkeleton Class
class Qt3DCore::QAbstractSkeletonスケルトンには、スキニングされたメッシュのジョイントが含まれます。もっと詳しく...
ヘッダー | #include <QAbstractSkeleton> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3DCore) target_link_libraries(mytarget PRIVATE Qt6::3DCore) |
qmake | QT += 3dcore |
QML で | AbstractSkeleton |
を継承: | Qt3DCore::QNode |
継承される | |
ステータス | 非推奨 |
プロパティ
- jointCount : const int
パブリック機能
int | jointCount() const |
シグナル
void | jointCountChanged(int jointCount) |
詳細説明
このクラスを直接使用しないでください。ファイルからスケルトンデータを読み込む場合はQSkeletonLoader を、スケルトンとスキニングされたメッシュデータを自分で作成する場合はQSkeleton を使うべきです(主にエディタやツールを作成する人向け)。
© 2025 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.