Qt 3D Logic 模块使帧能够与 Qt 3D 后端同步。 更多...
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