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
Inherited By:

Qt3DCore::QSkeleton 그리고 Qt3DCore::QSkeletonLoader

Status: Deprecated

속성

공공 기능

int jointCount() const

신호

void jointCountChanged(int jointCount)

상세 설명

이 클래스를 직접 사용하지 마세요. 파일에서 스켈레톤 데이터를 로드하는 경우(대부분) QSkeletonLoader, 스켈레톤 및 스킨 메시 데이터를 직접 생성하는 경우(주로 에디터나 툴을 만드는 경우) QSkeleton 을 사용해야 합니다.

프로퍼티 문서

[read-only] jointCount : const int

스켈레톤에 포함된 조인트 수를 보유합니다.

기능에 액세스합니다:

int jointCount() const

알림 신호:

void jointCountChanged(int jointCount)

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