Qt 3D Logic C++ 類

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

名稱空間

Qt3DLogic 包含啓用幀同步的類

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