要导入和使用模块的 QML 类型,使用下列语句:
import Qt3D.Animation 2.12
| AbstractAnimation | An abstract base type for Qt3D animations |
| AbstractClipAnimator | The base class for types providing animation playback capabilities |
| AbstractClipBlendNode | The base class for types used to construct animation blend trees |
| AdditiveClipBlend | Performs an additive blend of two animation clips based on an additive factor |
| AnimationController | A controller type for animations |
| AnimationGroup | A type grouping animations together |
| BlendedClipAnimator | Component providing animation playback capabilities of a tree of blend nodes |
| ClipAnimator | Component providing simple animation playback capabilities |
| ClipBlendValue | Type used for including a clip in a blend tree |
| KeyframeAnimation | A type implementing simple keyframe animation to a Transform |
| LerpClipBlend | Performs a linear interpolation of two animation clips based on a normalized factor |
| MorphTarget | A type providing morph targets to blend-shape animation |
| MorphingAnimation | A type implementing blend-shape morphing animation |
| VertexBlendAnimation | A type implementing vertex-blend morphing animation |