class QDebugOverlay

Enables a visual overlay with scene details. More

Inheritance diagram of PySide6.Qt3DRender.Qt3DRender.QDebugOverlay

Synopsis

Methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

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.

__init__([parent=None])
Parameters:

parentQNode

The constructor creates an instance with the specified parent.