En esta página

Qt3DCore::QAbstractSkeleton Class

class Qt3DCore::QAbstractSkeleton

Un esqueleto contiene las articulaciones de una malla despellejada. Más...

Cabecera: #include <QAbstractSkeleton>
CMake: find_package(Qt6 REQUIRED COMPONENTS 3DCore)
target_link_libraries(mytarget PRIVATE Qt6::3DCore)
qmake: QT += 3dcore
En QML: AbstractSkeleton
Hereda de: Qt3DCore::QNode
Heredado por:

Qt3DCore::QSkeleton y Qt3DCore::QSkeletonLoader

Estado: Deprecated

Propiedades

Funciones públicas

int jointCount() const

Señales

void jointCountChanged(int jointCount)

Descripción detallada

No uses esta clase directamente. Deberías usar QSkeletonLoader si vas a cargar los datos del esqueleto desde un archivo (lo más probable) o QSkeleton si vas a crear los datos del esqueleto y la malla skin por ti mismo (principalmente para gente que crea editores o herramientas).

Documentación de propiedades

[read-only] jointCount : int

Indica el número de articulaciones que contiene el esqueleto

Funciones de acceso:

int jointCount() const

Señal del notificador:

void jointCountChanged(int jointCount)

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