Enables a visual overlay with scene details. More...
Header: | #include <QDebugOverlay> |
CMake: | find_package(Qt6 COMPONENTS 3drender REQUIRED) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
Instantiated By: | DebugOverlay |
Inherits: | 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.
The constructor creates an instance with the specified parent.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qt3drender-qdebugoverlay.html