QChannelMapping 类

class Qt3DAnimation ::QChannelMapping

允许将裁剪内通道映射到应用程序对象特性。 更多...

头: #include <QChannelMapping>
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 )

详细描述