AbstractClipAnimator QML Type
AbstractClipAnimator は、アニメーションの再生機能を提供する型の基本クラスです。詳細...
Import Statement: | import Qt3D.Animation 2.8 |
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
プロパティ ドキュメント
channelMapper : ChannelMapper |
このプロパティは、アニメーションクリップのチャンネルをターゲットオブジェクトのプロパティにマッピングする方法を制御する ChannelMapper を保持します。
clock : Clock |
クロックは、アニメーションの再生速度を制御します。
loops : int |
このプロパティは、アニメーションの再生回数を保持します。
デフォルトでは loops は 1 で、アニメーションは一度再生された後に停止します。
QAbstractClipAnimator::Infinite に設定すると、アニメーションは明示的に停止されるまで継続的に繰り返されます。
normalizedTime : real |
このプロパティはクリップの正規化された時間を保持します。
running : bool |
このプロパティは、アニメーションが現在実行中かどうかを示すブール値を保持します。
© 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.