QChannel¶
Defines a channel for a QAnimationClipData
. The animation system interpolates each channel component independently except in the case the QChannel
is called “Rotation” (case sensitive), it has four QChannelComponents and the same number of keyframes for each QChannelComponent. In that case the interpolation will be performed using SLERP. More…
Synopsis¶
Functions¶
def
appendChannelComponent
(component)def
begin
()def
cbegin
()def
cend
()def
channelComponentCount
()def
clearChannelComponents
()def
end
()def
insertChannelComponent
(index, component)def
jointIndex
()def
name
()def
removeChannelComponent
(index)def
setJointIndex
(jointIndex)def
setName
(name)
Detailed Description¶
- class PySide6.Qt3DAnimation.Qt3DAnimation.QChannel¶
PySide6.Qt3DAnimation.Qt3DAnimation.QChannel(name)
PySide6.Qt3DAnimation.Qt3DAnimation.QChannel(arg__1)
- Parameters
name – str
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannel.appendChannelComponent(component)¶
- Parameters
component –
PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannel.begin()¶
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannel.cbegin()¶
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannel.cend()¶
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannel.channelComponentCount()¶
- Return type
int
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannel.clearChannelComponents()¶
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannel.end()¶
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannel.insertChannelComponent(index, component)¶
- Parameters
index – int
component –
PySide6.Qt3DAnimation.Qt3DAnimation.QChannelComponent
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannel.jointIndex()¶
- Return type
int
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannel.name()¶
- Return type
str
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannel.removeChannelComponent(index)¶
- Parameters
index – int
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannel.setJointIndex(jointIndex)¶
- Parameters
jointIndex – int
- PySide6.Qt3DAnimation.Qt3DAnimation.QChannel.setName(name)¶
- Parameters
name – str
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.