QChannelMapping 类
类 Qt3DAnimation::QChannelMapping允许将剪辑内的通道映射到应用程序中对象的属性。 更多信息...
头文件 | #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) |
© 2024 The Qt Company Ltd. 本文档中的内容贡献者版权所有。本文档是根据由自由软件基金会发布的 GNU 自由文档许可证版本 1.3 许可的。Qt 以及相应的标志是 The Qt Company Ltd. 在芬兰和其他国家/地区的商标。所有其他商标均为各自所有者的财产。