允许将裁剪内通道映射到应用程序对象特性。 更多...
头: | #include <QChannelMapper> |
CMake: |
find_package(Qt6 REQUIRED COMPONENTS 3danimation)
target_link_libraries(mytarget PRIVATE Qt6::3danimation) |
qmake: | QT += 3danimation |
继承: | Qt3DCore::QNode |