Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQuick3DExtensionHelpers Class Reference

\inmodule QtQuick3D More...

#include <qquick3dextensionhelpers_p.h>

+ Collaboration diagram for QQuick3DExtensionHelpers:

Public Member Functions

 QQuick3DExtensionHelpers ()
 

Static Public Member Functions

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

Detailed Description

\inmodule QtQuick3D

Since
6.6

Helper functions for the Extensions APIs.

Definition at line 27 of file qquick3dextensionhelpers_p.h.

Constructor & Destructor Documentation

◆ QQuick3DExtensionHelpers()

QQuick3DExtensionHelpers::QQuick3DExtensionHelpers ( )

Definition at line 17 of file qquick3dextensionhelpers.cpp.

Member Function Documentation

◆ getNodeId()

QSSGNodeId QQuick3DExtensionHelpers::getNodeId ( const QQuick3DObject node)
static
\return a \c QSSGNodeId that can be used to retrieve the object in the engine
corresponding to \a node.

!

See also
QSSGFrameData::getNode()

Definition at line 28 of file qquick3dextensionhelpers.cpp.

References QQuick3DObjectPrivate::get().

+ Here is the call graph for this function:

◆ getResourceId()

QSSGResourceId QQuick3DExtensionHelpers::getResourceId ( const QQuick3DObject resource)
static
\return a \c QSSGResourceId that can be used to retrieve the corresponding \a resource object
in the engine.

!

See also
QSSGFrameData::getResource()

Definition at line 40 of file qquick3dextensionhelpers.cpp.

References QQuick3DObjectPrivate::get().

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: