Qt3DAnimation 名稱空間

包含來自 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

詳細描述

class QAbstractAnimation

用於 Qt3D 動畫的抽象基類。 更多...

class QAbstractAnimationClip

QAbstractAnimationClip 是用於提供關鍵幀動畫數據的類型的基類。 更多...

class QAbstractClipAnimator

QAbstractClipAnimator is the base class for types providing animation playback capabilities. 更多...

class QAbstractClipBlendNode

QAbstractClipBlendNode is the base class for types used to construct animation blend trees. 更多...

class QAdditiveClipBlend

Performs an additive blend of two animation clips based on an additive factor. 更多...

class QAnimationAspect

Provides key-frame animation capabilities to Qt 3D. 更多...

class QAnimationCallback

錶示動畫迴調對象。 更多...

class QAnimationClip

Specifies key frame animation data. 更多...

class QAnimationClipData

Class containing the animation data. 更多...

class QAnimationClipLoader

Enables loading key frame animation data from a file. 更多...

class QAnimationController

A controller class for animations. 更多...

class QAnimationGroup

將動畫分組在一起的類。 更多...

class QBlendedClipAnimator

QBlendedClipAnimator is a component providing animation playback capabilities of a tree of blend nodes. 更多...

class QCallbackMapping

Allows to map the channels within the clip onto an invocation of a callback object. 更多...

class 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. 更多...

class QChannelMapper

允許將裁剪內通道映射到應用程序對象特性。 更多...

class QChannelMapping

允許將裁剪內通道映射到應用程序對象特性。 更多...

class QClipAnimator

QClipAnimator is a component providing simple animation playback capabilities. 更多...

class QClipBlendValue

Class used for including a clip in a blend tree. 更多...

class QKeyFrame

用於處理關鍵幀的基類。 更多...

class QKeyframeAnimation

A class implementing simple keyframe animation to a QTransform . 更多...

class QLerpClipBlend

Performs a linear interpolation of two animation clips based on a normalized factor. 更多...

class QMorphTarget

A class providing morph targets to blend-shape animation. 更多...

class QMorphingAnimation

A class implementing blend-shape morphing animation. 更多...

class QVertexBlendAnimation

A class implementing vertex-blend morphing animation. 更多...