![]() |
Qt 6.x
The Qt SDK
|
\inmodule QtQuick3D More...
#include <qquick3dextensionhelpers_p.h>
Public Member Functions | |
QQuick3DExtensionHelpers () | |
Static Public Member Functions | |
static QSSGNodeId | getNodeId (const QQuick3DObject &node) |
static QSSGResourceId | getResourceId (const QQuick3DObject &resource) |
\inmodule QtQuick3D
Helper functions for the Extensions APIs.
Definition at line 27 of file qquick3dextensionhelpers_p.h.
QQuick3DExtensionHelpers::QQuick3DExtensionHelpers | ( | ) |
Definition at line 17 of file qquick3dextensionhelpers.cpp.
|
static |
\return a \c QSSGNodeId that can be used to retrieve the object in the engine corresponding to \a node.
!
Definition at line 28 of file qquick3dextensionhelpers.cpp.
References QQuick3DObjectPrivate::get().
|
static |
\return a \c QSSGResourceId that can be used to retrieve the corresponding \a resource object in the engine.
!
Definition at line 40 of file qquick3dextensionhelpers.cpp.
References QQuick3DObjectPrivate::get().