![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtQuick3D More...
#include <qquick3dextensionhelpers.h>
Public Member Functions | |
QQuick3DExtensionHelpers () | |
Static Public Member Functions | |
static QSSGNodeId | getNodeId (const QQuick3DObject &node) |
static QSSGResourceId | getResourceId (const QQuick3DObject &resource) |
static QSSGCameraId | getCameraId (const QQuick3DObject &camera) |
static QSSGExtensionId | getExtensionId (const QQuick3DObject &extension) |
template<typename QSSGTypeId> | |
static constexpr bool | isNull (QSSGTypeId id) |
\inmodule QtQuick3D
Helper functions for the Extensions APIs.
Definition at line 30 of file qquick3dextensionhelpers.h.
QQuick3DExtensionHelpers::QQuick3DExtensionHelpers | ( | ) |
Definition at line 54 of file qquick3dextensionhelpers.cpp.
|
staticnodiscard |
\return a \c QSSGCameraId that can be used to retrieve the corresponding \a camera object in the engine.
!
Definition at line 93 of file qquick3dextensionhelpers.cpp.
|
staticnodiscard |
Definition at line 101 of file qquick3dextensionhelpers.cpp.
|
staticnodiscard |
\return a \c QSSGNodeId that can be used to retrieve the object in the engine corresponding to \a node.
!
Definition at line 65 of file qquick3dextensionhelpers.cpp.
|
staticnodiscard |
\return a \c QSSGResourceId that can be used to retrieve the corresponding \a resource object in the engine.
!
Definition at line 79 of file qquick3dextensionhelpers.cpp.
|
inlinestaticnodiscardconstexpr |
Definition at line 41 of file qquick3dextensionhelpers.h.