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