QQuick3DExtensionHelpers Class
Hilfsfunktionen für die Extensions APIs. Mehr...
| Header: | #include <QQuick3DExtensionHelpers> |
| Since: | Qt 6.6 |
Statische öffentliche Mitglieder
| QSSGCameraId | getCameraId(const QQuick3DObject &camera) |
| QSSGNodeId | getNodeId(const QQuick3DObject &node) |
| QSSGRenderGraphObject::Type | getNodeIdType(QSSGNodeId nodeId) |
| QSSGResourceId | getResourceId(const QQuick3DObject &resource) |
Dokumentation der Mitgliederfunktionen
[static] QSSGCameraId QQuick3DExtensionHelpers::getCameraId(const QQuick3DObject &camera)
Gibt ein QSSGCameraId zurück, das zum Abrufen des entsprechenden camera Objekts in der Engine verwendet werden kann.
[static] QSSGNodeId QQuick3DExtensionHelpers::getNodeId(const QQuick3DObject &node)
Gibt ein QSSGNodeId zurück, das zum Abrufen des Objekts in der Engine verwendet werden kann, das node entspricht.
[static] QSSGRenderGraphObject::Type QQuick3DExtensionHelpers::getNodeIdType(QSSGNodeId nodeId)
Gibt den Typ des Knotens mit dem angegebenen nodeId zurück.
Diese Funktion ist nützlich, um den Typ eines nodeId zu bestimmen.
Siehe auch QSSGRenderGraphObject::Type.
[static] QSSGResourceId QQuick3DExtensionHelpers::getResourceId(const QQuick3DObject &resource)
Gibt ein QSSGResourceId zurück, das zum Abrufen des entsprechenden resource Objekts in der Engine verwendet werden kann.
© 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.