- class QDebugOverlay¶
Enables a visual overlay with scene details. More…
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
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:
parent –
QNode
The constructor creates an instance with the specified
parent
.