Qt 3D Logic C++ Classes

Qt 3D Logic 模块使帧与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.