QDebugOverlay Class
class Qt3DRender::QDebugOverlay장면 세부 정보가 포함된 시각적 오버레이를 활성화합니다. 더 보기...
헤더: | #include <QDebugOverlay> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3drender) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
QML에서: | DebugOverlay |
상속합니다: | Qt3DRender::QFrameGraphNode |
상태: | Deprecated |
공용 함수
QDebugOverlay(Qt3DCore::QNode *parent = nullptr) |
상세 설명
커스텀 프레임그래프의 한 분기에 QDebugOverlay를 배치하면 씬 디테일이 포함된 오버레이가 씬과 함께 렌더링됩니다.
표준 QForwardRenderer에는 QForwardRenderer::showDebugOverlay 프로퍼티를 통해 활성화할 수 있는 QDebugOverlay 노드가 포함되어 있습니다.
멤버 함수 문서
[explicit]
QDebugOverlay::QDebugOverlay(Qt3DCore::QNode *parent = nullptr)
생성자는 지정된 parent 로 인스턴스를 생성합니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.