Qt3DAnimation Namespace
包含 Qt3DAnimation 模块中的类。更多
头文件: | #include <Qt3DAnimation> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3danimation) target_link_libraries(mytarget PRIVATE Qt6::3danimation) |
qmake: | QT += 3danimation |
状态: | 已废弃 |
类别
class | QAbstractAnimation |
class | QAbstractAnimationClip |
class | QAbstractClipAnimator |
class | QAbstractClipBlendNode |
class | QAdditiveClipBlend |
class | QAnimationAspect |
class | QAnimationCallback |
class | QAnimationClip |
class | QAnimationClipData |
class | QAnimationClipLoader |
class | QAnimationController |
class | QAnimationGroup |
class | QBlendedClipAnimator |
class | QCallbackMapping |
class | QChannel |
class | QChannelMapper |
class | QChannelMapping |
class | QClipAnimator |
class | QClipBlendValue |
class | QKeyFrame |
class | QKeyframeAnimation |
class | QLerpClipBlend |
class | QMorphTarget |
class | QMorphingAnimation |
class | QVertexBlendAnimation |
类
类QAbstractAnimation
Qt3D 动画的抽象基类。更多
类QAbstractAnimationClip
QAbstractAnimationClip 是提供关键帧动画数据类型的基类。更多
类QAbstractClipAnimator
QAbstractClipAnimator 是提供动画播放功能的类型的基类。更多
类QAbstractClipBlendNode
QAbstractClipBlendNode 是用于构建动画混合树的类型的基类。更多
类QAdditiveClipBlend
根据加法因子对两个动画片段执行加法混合。更多
类QAnimationAspect
为Qt 3D 提供关键帧动画功能。更多
类QAnimationCallback
代表动画回调对象。更多
类QAnimationClip
指定关键帧动画数据。更多
类QAnimationClipData
包含动画数据的类。更多
类QAnimationClipLoader
可从文件加载关键帧动画数据。更多
类QAnimationController
动画的控制器类。更多
类QAnimationGroup
将动画分组的类。更多
类QBlendedClipAnimator
QBlendedClipAnimator 是一个为混合节点树提供动画播放功能的组件。更多
类QCallbackMapping
允许将剪辑中的通道映射到回调对象的调用上。更多
类QChannel
为QAnimationClipData 定义一个通道。动画系统会独立对每个通道组件进行插值,除非该 QChannel 被称为 "Rotation(旋转)"(区分大小写),它有四个 QChannelComponents(QChannelComponents),且每个 QChannelComponent(QChannelComponent)的关键帧数相同。在这种情况下,将使用 SLERP 进行插值。更多
类QChannelMapper
允许将剪辑中的通道映射到应用程序中对象的属性上。更多
类QChannelMapping
允许将剪辑中的通道映射到应用程序中对象的属性上。更多
类QClipAnimator
QClipAnimator 是一个提供简单动画播放功能的组件。更多
类QClipBlendValue
用于将剪辑包含在混合树中的类。更多
类QKeyFrame
用于处理关键帧的基类。更多
类QKeyframeAnimation
在QTransform 上实现简单关键帧动画的类。更多...
类QLerpClipBlend
根据归一化系数对两个动画片段执行线性插值。更多
类QMorphTarget
为混合形状动画提供变形目标的类。更多
类QMorphingAnimation
一个实现混合形状变形动画的类。更多
类QVertexBlendAnimation
一个实现顶点混合变形动画的类。更多
© 2025 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.