QDebugOverlay Class

class Qt3DRender ::QDebugOverlay

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 .