允許將裁剪內通道映射到應用程序對象特性。 更多...
| 頭: | #include <QChannelMapping> |
| CMake: |
find_package(Qt6 REQUIRED COMPONENTS 3danimation)
target_link_libraries(mytarget PRIVATE Qt6::3danimation) |
| qmake: | QT += 3danimation |
| 繼承: | Qt3DAnimation::QAbstractChannelMapping |
| QString | channelName () const |
| QString | property () const |
| Qt3DCore::QNode * | target () const |
| void | setChannelName (const QString & channelName ) |
| void | setProperty (const QString & property ) |
| void | setTarget (Qt3DCore::QNode * target ) |
| void | channelNameChanged (QString channelName ) |
| void | propertyChanged (QString property ) |
| void | targetChanged (Qt3DCore::QNode * target ) |