QQuick3DExtensionHelpers Class
확장 프로그램 API를 위한 도우미 기능. 더 보기...
| Header: | #include <QQuick3DExtensionHelpers> |
| Since: | Qt 6.6 |
정적 공개 멤버
| QSSGCameraId | getCameraId(const QQuick3DObject &camera) |
| QSSGNodeId | getNodeId(const QQuick3DObject &node) |
| QSSGRenderGraphObject::Type | getNodeIdType(QSSGNodeId nodeId) |
| QSSGResourceId | getResourceId(const QQuick3DObject &resource) |
멤버 함수 문서
[static] QSSGCameraId QQuick3DExtensionHelpers::getCameraId(const QQuick3DObject &camera)
엔진에서 해당 camera 객체를 검색하는 데 사용할 수 있는 QSSGCameraId 을 반환합니다.
[static] QSSGNodeId QQuick3DExtensionHelpers::getNodeId(const QQuick3DObject &node)
node 에 해당하는 엔진에서 객체를 검색하는 데 사용할 수 있는 QSSGNodeId 을 반환합니다.
[static] QSSGRenderGraphObject::Type QQuick3DExtensionHelpers::getNodeIdType(QSSGNodeId nodeId)
주어진 nodeId 을 가진 노드의 유형을 반환합니다.
이 함수는 nodeId 의 유형을 결정하는 데 유용합니다.
QSSGRenderGraphObject::Type도 참조하십시오 .
[static] QSSGResourceId QQuick3DExtensionHelpers::getResourceId(const QQuick3DObject &resource)
엔진에서 해당 resource 객체를 검색하는 데 사용할 수 있는 QSSGResourceId 을 반환합니다.
© 2026 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.