QChannelMapping¶
- PyQt5.Qt3DAnimation.QChannelMapping
Inherits from QAbstractChannelMapping.
Description¶
Allows to map the channels within the clip onto properties of objects in the application.
Methods¶
- __init__(parent: QNode = None)
TODO
- channelName() str
See also
- property() str
See also
- setChannelName(str)
See also
- setProperty(str)
See also
- target() QNode
See also
Signals¶
- channelNameChanged(str)
TODO
- propertyChanged(str)
TODO
- targetChanged(QNode)
TODO