QAnimationClip Class
class Qt3DAnimation::QAnimationClipキーフレームアニメーションデータを指定します。詳細...
ヘッダー | #include <QAnimationClip> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3danimation) target_link_libraries(mytarget PRIVATE Qt6::3danimation) |
qmake: | QT += 3danimation |
を継承する: | Qt3DAnimation::QAbstractAnimationClip |
ステータス | 非推奨 |
パブリック関数
Qt3DAnimation::QAnimationClipData | clipData() const |
パブリックスロット
void | setClipData(const Qt3DAnimation::QAnimationClipData &clipData) |
シグナル
void | clipDataChanged(Qt3DAnimation::QAnimationClipData clipData) |
メンバー関数ドキュメント
Qt3DAnimation::QAnimationClipData QAnimationClip::clipData() const
アニメーションクリップを説明するデータを返します。
注: プロパティ clipData のゲッター関数です。
setClipData()も参照してください 。
[slot]
void QAnimationClip::setClipData(const Qt3DAnimation::QAnimationClipData &clipData)
提供されたclipData に従ってクリップのパラメータを設定する。
注: clipData プロパティのセッター関数。
clipData()も参照 。
© 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.