QChannelMapping 類

class 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 )

詳細描述