QBackendNodeMapper¶
Creates and maps backend nodes to their respective frontend nodes. More…
Detailed Description¶
- class PySide6.Qt3DCore.Qt3DCore.QBackendNodeMapper¶
- PySide6.Qt3DCore.Qt3DCore.QBackendNodeMapper.create(id)¶
- Parameters
- Return type
id
Returns created node.
- PySide6.Qt3DCore.Qt3DCore.QBackendNodeMapper.destroy(id)¶
- Parameters
Destroys the backend node for the given node id
.
- PySide6.Qt3DCore.Qt3DCore.QBackendNodeMapper.get(id)¶
- Parameters
- Return type
Returns backend node for the given node id
.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.