En esta página

QQuick3DExtensionHelpers Class

Funciones de ayuda para las API de extensiones. Más...

Header: #include <QQuick3DExtensionHelpers>
Since: Qt 6.6

Miembros públicos estáticos

QSSGCameraId getCameraId(const QQuick3DObject &camera)
QSSGNodeId getNodeId(const QQuick3DObject &node)
QSSGRenderGraphObject::Type getNodeIdType(QSSGNodeId nodeId)
QSSGResourceId getResourceId(const QQuick3DObject &resource)

Descripción detallada

Documentación de las funciones de los miembros

[static] QSSGCameraId QQuick3DExtensionHelpers::getCameraId(const QQuick3DObject &camera)

Devuelve un QSSGCameraId que puede utilizarse para recuperar el objeto camera correspondiente en el motor.

[static] QSSGNodeId QQuick3DExtensionHelpers::getNodeId(const QQuick3DObject &node)

Devuelve un QSSGNodeId que puede utilizarse para recuperar el objeto del motor correspondiente a node.

[static] QSSGRenderGraphObject::Type QQuick3DExtensionHelpers::getNodeIdType(QSSGNodeId nodeId)

Devuelve el tipo del nodo con la dirección nodeId.

Esta función es útil para determinar el tipo de un nodeId.

Véase también QSSGRenderGraphObject::Type.

[static] QSSGResourceId QQuick3DExtensionHelpers::getResourceId(const QQuick3DObject &resource)

Devuelve un QSSGResourceId que puede utilizarse para recuperar el objeto resource correspondiente en el motor.

© 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.