AbstractClipAnimator QML Type
AbstractClipAnimator は、アニメーションの再生機能を提供する型の基本クラスです。詳細...
| Import Statement: | import Qt3D.Animation 2.11 |
| In C++: | QAbstractClipAnimator |
| Inherited By: | |
| Status: | Deprecated |
プロパティ
- channelMapper : ChannelMapper
- clock : Clock
- loops : int
- normalizedTime : real
- running : bool
詳細説明
AbstractClipAnimator のサブクラスは、アニメーション機能を提供するために Entity に集約できます。アニメーター コンポーネントは、アニメーションを制御するためのインターフェイスを提供します(開始、停止など)。各アニメータータイプは、AbstractAnimationClip などのアニメーションデータと、アニメーションクリップのチャンネルをアニメーションさせたいオブジェクトのプロパティにマッピングする方法を記述した ChannelMapper を必要とします。
以下のサブクラスがあります:
- Qt3D.Animation.ChannelMapperClipAnimator
- Qt3D.Animation.ChannelMapperBlendedClipAnimator
Property ドキュメント
channelMapper : ChannelMapper
このプロパティは、アニメーションクリップのチャンネルをターゲットオブジェクトのプロパティにマッピングする方法を制御するChannelMapperを保持します。
clock : Clock
クロックはアニメーションの再生速度をコントロールする。
loops : int
このプロパティは、アニメーションの再生回数を保持します。
デフォルトでは、loopsは1です:アニメーションは一度再生された後、停止します。
QAbstractClipAnimator::Infinite に設定された場合、アニメーションは明示的に停止されるまで継続的に繰り返されます。
normalizedTime : real
このプロパティは、クリップを正規化した時間を保持する。
running : bool
このプロパティは、アニメーションが現在実行中かどうかを示すブール値を保持する。
© 2026 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.