QAnimationClipLoader¶

PyQt5.Qt3DAnimation.QAnimationClipLoader

Inherits from QAbstractAnimationClip.

Description¶

Enables loading key frame animation data from a file.

Enums¶

Status

This enum identifies the status of animation clip.

Member

Value

Description

Error

2

An error occurred while loading the clip

NotReady

0

The clip has not been loaded yet

Ready

1

The clip was successfully loaded

Methods¶

__init__(parent: QNode = None)

TODO


__init__(QUrl, parent: QNode = None)

TODO


sceneChangeEvent(QSceneChange)

TODO


setSource(QUrl)

See also

source().


source() → QUrl

See also

setSource().


status() → Status

Returns the status of the animation clip.

Signals¶

sourceChanged(QUrl)

TODO


statusChanged(Status)

TODO