Enables a visual overlay with scene details. More...
| Header: | #include <QDebugOverlay>
|
| CMake: | find_package(Qt6 REQUIRED COMPONENTS 3drender)target_link_libraries(mytarget PRIVATE Qt6::3drender)
|
| qmake: | QT += 3drender
|
| In QML: | DebugOverlay |
| Inherits: | Qt3DRender::QFrameGraphNode |
| Status: | Deprecated |
| 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.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.9/qt3drender-qdebugoverlay.html