Enables a visual overlay with scene details. 更多...
头: | #include <QDebugOverlay> |
CMake: |
find_package(Qt6 REQUIRED COMPONENTS 3drender)
target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
实例化: | DebugOverlay |
继承: | Qt3DRender::QFrameGraphNode |
QDebugOverlay (Qt3DCore::QNode * parent = nullptr) |
Placing a QDebugOverlay in one branch of a custom framegraph will cause an overlay with scene details to be rendered along with the scene.
The standard QForwardRenderer includes a QDebugOverlay node that can be enabled via the QForwardRenderer::showDebugOverlay property.
[explicit]
QDebugOverlay::
QDebugOverlay
(
Qt3DCore::QNode
*
parent
= nullptr)
The constructor creates an instance with the specified parent .