QChannelMapping 类

Qt3DAnimation::QChannelMapping

允许将剪辑内的通道映射到应用程序中对象的属性。 更多信息...

头文件 #include <QChannelMapping>
CMakefind_package(Qt6 REQUIRED COMPONENTS 3danimation)
target_link_libraries(mytarget PRIVATE Qt6::3danimation)
qmakeQT += 3danimation
继承自Qt3DAnimation::QAbstractChannelMapping

公共函数

QStringchannelName() const
QStringproperty() const
Qt3DCore::QNode *target() const

公共槽函数

voidsetChannelName(const QString &channelName)
voidsetProperty(const QString &property)
voidsetTarget(Qt3DCore::QNode *target)

信号

voidchannelNameChanged(QString channelName)
voidpropertyChanged(QString property)
voidtargetChanged(Qt3DCore::QNode *target)

详细说明

© 2024 The Qt Company Ltd. 本文档中的内容贡献者版权所有。本文档是根据由自由软件基金会发布的 GNU 自由文档许可证版本 1.3 许可的。Qt 以及相应的标志是 The Qt Company Ltd. 在芬兰和其他国家/地区的商标。所有其他商标均为各自所有者的财产。