QAnimationClipLoader Class

class Qt3DAnimation::QAnimationClipLoader

Enables 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.

ConstantValueDescription
Qt3DAnimation::QAnimationClipLoader::NotReady0The clip has not been loaded yet
Qt3DAnimation::QAnimationClipLoader::Ready1The clip was successfully loaded
Qt3DAnimation::QAnimationClipLoader::Error2An error occurred while loading the clip

Member Function Documentation

Qt3DAnimation::QAnimationClipLoader::Status QAnimationClipLoader::status() const

Returns the status of the animation clip.