Contains classes that enable frame synchronization. 更多...
头: | #include <Qt3DLogic> |
CMake: |
find_package(Qt6 REQUIRED COMPONENTS 3dlogic)
target_link_libraries(mytarget PRIVATE Qt6::3dlogic) |
qmake: | QT += 3dlogic |
namespace | Logic |
class | QFrameAction |
class | QLogicAspect |
Provides a way to have a synchronous function executed each frame. 更多...
Responsible for handling frame synchronization jobs. 更多...