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

setChannelName().


property() → str

See also

setProperty().


setChannelName(str)

See also

channelName().


setProperty(str)

See also

property().


setTarget(QNode)

See also

target().


target() → QNode

See also

setTarget().

Signals

channelNameChanged(str)

TODO


propertyChanged(str)

TODO


targetChanged(QNode)

TODO