Qt3DCore::QAbstractSkeleton Class
class Qt3DCore::QAbstractSkeletonUn 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: | |
| Estado: | Deprecated |
Propiedades
- jointCount : int
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).
© 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.