QQuick3DExtensionHelpers Class

Helper functions for the Extensions APIs. 更多...

头: #include <QQuick3DExtensionHelpers>
Since: Qt 6.6

静态公共成员

QSSGNodeId getNodeId (const QQuick3DObject & node )
QSSGResourceId getResourceId (const QQuick3DObject & resource )

详细描述

成员函数文档编制

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

返回 QSSGNodeId that can be used to retrieve the object in the engine corresponding to node .

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

返回 QSSGResourceId that can be used to retrieve the corresponding resource object in the engine.