Qt3DAnimation.QAnimationClipLoader¶
Enables loading key frame animation data from a file. More…

Synopsis¶
Signals¶
def
sourceChanged
(source)def
statusChanged
(status)
Detailed Description¶
-
class
PySide2.Qt3DAnimation.Qt3DAnimation.
QAnimationClipLoader
([parent=None])¶ PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClipLoader(source[, parent=None])
- Parameters
parent –
QNode
source –
QUrl
-
PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClipLoader.
Status
¶ This enum identifies the status of animation clip.
Constant
Description
Qt3DAnimation.QAnimationClipLoader.NotReady
The clip has not been loaded yet
Qt3DAnimation.QAnimationClipLoader.Ready
The clip was successfully loaded
Qt3DAnimation.QAnimationClipLoader.Error
An error occurred while loading the clip
-
PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClipLoader.
setSource
(source)¶ - Parameters
source –
QUrl
See also
-
PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClipLoader.
source
()¶ - Return type
QUrl
See also
-
PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClipLoader.
sourceChanged
(source)¶ - Parameters
source –
QUrl
-
PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClipLoader.
status
()¶ - Return type
Returns the status of the animation clip.
© 2020 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.