class QChannel#

QAnimationClipData 定义了一个通道。动画系统独立插值每个通道组件,除了 QChannel 被称为“旋转”(区分大小写),它有四个 QChannelComponents 以及每个 QChannelComponent 相同数量的关键帧。在这种情况下,插值将使用 SLERP 进行。 更多

概述#

方法#

注意

本文档可能包含从 C++ 自动翻译到 Python 的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译中的问题,也可以通过在 https:/bugreports.qt.io/projects/PYSIDE 创建工单来通知我们。

详细说明#

__init__()
__init__(name)
参数:

name – 字符串

__init__(arg__1)
参数:

arg__1QChannel

appendChannelComponent(component)
参数:

componentQChannelComponent

begin()
返回类型:

QChannelComponent

cbegin()
返回类型:

QChannelComponent

cend()
返回类型:

QChannelComponent

channelComponentCount()#
返回类型:

int

clearChannelComponents()#
end()#
返回类型:

QChannelComponent

insertChannelComponent(index, component)#
参数:
  • index – int

  • componentQChannelComponent

jointIndex()#
返回类型:

int

name()#
返回类型:

str

removeChannelComponent(index)#
参数:

index – int

setJointIndex(jointIndex)#
参数:

jointIndex – int

setName(name)#
参数:

name – 字符串