PySide6.Qt3DRender.Qt3DRender.QDebugOverlay¶
- class QDebugOverlay¶
- Enables a visual overlay with scene details. - Details- Placing a - QDebugOverlayin 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 - QDebugOverlaynode that can be enabled via the QForwardRenderer::showDebugOverlay property.- Synopsis¶- Methods¶- def - __init__()
 - 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 - __init__([parent=None])¶
- Parameters:
- parent – - QNode
 
 - The constructor creates an instance with the specified - parent.