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