Qt 3D Logic 模塊使幀能夠與 Qt 3D 後端同步。 更多...
| 包含啓用幀同步的類 | |
| 用於導入和使用模塊的 QML 類型 |
| Provides a way to have a synchronous function executed each frame | |
| 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