Qt 3D Logic C++ 類

Qt 3D Logic 模塊使幀能夠與 Qt 3D 後端同步。 更多...

該模塊在 Qt 5.7 引入。

名稱空間

Qt3DLogic

包含啓用幀同步的類

Qt3DLogic::Logic

用於導入和使用模塊的 QML 類型

Qt3DLogic::QFrameAction

Provides a way to have a synchronous function executed each frame

Qt3DLogic::QLogicAspect

Responsible for handling frame synchronization jobs

詳細描述

To use classes from this module, add this directive into the C++ files:

#include <Qt3DLogic>
					

要鏈接到相應 C++ 庫,將以下添加到 qmake 工程文件:

QT += 3dLogic