ClipAnimator QML Type

ClipAnimatorは、シンプルなアニメーション再生機能を提供するコンポーネントです。詳細...

Import Statement: import Qt3D.Animation 2.8
In C++: QClipAnimator
Inherits:

AbstractClipAnimator

Status: Deprecated

プロパティ

詳細説明

ClipAnimator のインスタンスを Entity に集約することで、アニメーション クリップを再生したり、計算されたアニメーション値を QObject のプロパティに適用したりする機能を追加できます。

アニメーションのキーフレームデータは、clipプロパティを通して提供されます。これは、AnimationClip を使用してプログラムで作成するか、AnimationClipLoader を使用してファイルから読み込むことができます。

アニメーションクリップのデータのチャンネルから再生された値を適用するために、クリップアニメーターは channelMapper プロパティに ChannelMapper オブジェクトを割り当てる必要があります。

アニメーターを制御するためのプロパティは、AbstractClipAnimator ベースクラスで提供されています。

AbstractClipAnimatorAbstractAnimationClipChannelMapperBlendedClipAnimatorも参照して ください。

プロパティ ドキュメント

clip : var

このプロパティは、再生するキーフレームデータを含むアニメーションクリップを保持する。キーフレームデータは、AnimationClip または AnimationClipLoader で指定できます。


© 2025 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.