Qt 3D Logic C++ Classes

The Qt 3D Logic module enables synchronizing frames with the Qt 3D backend. More...

This module was introduced in Qt 5.7.

Namespaces

Qt3DLogic::Logic

Used to import and use the module's QML types

Detailed Description

To use classes from this module, add this directive into the C++ files:

 #include <Qt3DLogic>

To link against the corresponding C++ libraries, add the following to your qmake project file:

 QT += 3dLogic