QAnimationClipLoader Class
class Qt3DAnimation::QAnimationClipLoaderEnables loading key frame animation data from a file. More...
Header: | #include <QAnimationClipLoader> |
qmake: | QT += 3danimation |
Inherits: | Qt3DAnimation::QAbstractAnimationClip |
Public Types
enum | Status { NotReady, Ready, Error } |
Public Functions
Qt3DAnimation::QAnimationClipLoader::Status | status() const |
Detailed Description
Member Type Documentation
enum QAnimationClipLoader::Status
This enum identifies the status of animation clip.
Constant | Value | Description |
---|---|---|
Qt3DAnimation::QAnimationClipLoader::NotReady | 0 | The clip has not been loaded yet |
Qt3DAnimation::QAnimationClipLoader::Ready | 1 | The clip was successfully loaded |
Qt3DAnimation::QAnimationClipLoader::Error | 2 | An error occurred while loading the clip |
Member Function Documentation
Qt3DAnimation::QAnimationClipLoader::Status QAnimationClipLoader::status() const
Returns the status of the animation clip.