BuildBlendTreesJob Class
(Qt3DAnimation::Animation::BuildBlendTreesJob)Inherits: | Qt3DCore::QAspectJob |
Public Functions
BuildBlendTreesJob() | |
Handler * | handler() const |
void | setBlendedClipAnimators(const QVector<HBlendedClipAnimator> &blendedClipAnimatorHandles) |
void | setHandler(Handler *handler) |
- 4 public functions inherited from Qt3DCore::QAspectJob
Reimplemented Protected Functions
virtual void | run() |
Member Function Documentation
BuildBlendTreesJob::BuildBlendTreesJob()
Default constructs an instance of BuildBlendTreesJob.
Handler *BuildBlendTreesJob::handler() const
See also setHandler().
[virtual protected]
void BuildBlendTreesJob::run()
void BuildBlendTreesJob::setBlendedClipAnimators(const QVector<HBlendedClipAnimator> &blendedClipAnimatorHandles)
void BuildBlendTreesJob::setHandler(Handler *handler)
See also handler().