允许将裁剪内通道映射到应用程序对象特性。 更多...
| 头: |
#include <QChannelMapping>
|
| CMake: |
find_package(Qt6 REQUIRED COMPONENTS 3danimation)
target_link_libraries(mytarget PRIVATE Qt6::3danimation)
|
| qmake: |
QT += 3danimation
|
| 继承: | Qt3DAnimation::QAbstractChannelMapping |
| 状态: | Deprecated |
| 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 ) |