- class Qt3DCore¶
Contains classes that are the foundation for Qt 3D simulation framework, as well as classes that provide the ability to render using the Qt 3D framework. More…
Synopsis¶
Static functions¶
def
qHash()
def
qIdForNode()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
- static qHash(id[, seed=0])¶
- Parameters:
id –
QNodeId
seed – int
- Return type:
int
Returns hash of node with
id
and optionalseed
.- static qIdForNode(node)¶
- Parameters:
node –
QNode
- Return type:
QNodeId
Returns node id for
node
.