内容表

上一话题

Qt3DAnimation.QAnimationAspect

下一话题

Qt3DAnimation.QAnimationClip

Qt3DAnimation.QAnimationCallback

Represents an animation callback object. 更多

Inheritance diagram of PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationCallback

详细描述

class PySide2.Qt3DAnimation.Qt3DAnimation. QAnimationCallback
PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationCallback. Flag

Flags to indicate how the valueChanged() 函数被调用。

常量

描述

Qt3DAnimation.QAnimationCallback.OnOwningThread

Callback function is called on the owning (GUI or main) thread.

Qt3DAnimation.QAnimationCallback.OnThreadPool

Callback function is called on the thread pool’s worker thread.

PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationCallback. valueChanged ( value )
参数

value – object

Callback function that is triggered for changes in the animated value .

另请参阅

setCallback()