Qt 3D Logic C++ Classes

Qt 3D ロジック・モジュールは、Qt 3D バックエンドとのフレーム同期を可能にする。詳細...

このモジュールは6.8以降非推奨です。新しいコードで使用しないことを強くお勧めします。

名前空間

Qt3DLogic

フレーム同期を可能にするクラスを含む

Qt3DLogic::Logic

モジュールのQML型をインポートして使用するために使用されます。

クラス

Qt3DLogic::QFrameAction

フレームごとに同期関数を実行させる方法を提供します。

Qt3DLogic::QLogicAspect

フレーム同期ジョブの処理を担当

詳しい説明

このモジュールのクラスを使用するには、C++ファイルにこのディレクティブを追加してください:

#include <Qt3DLogic>

対応するC++ライブラリに対してリンクするには、qmakeプロジェクト・ファイルに以下を追加します:

QT += 3dLogic

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