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
(id[, seed=0])def
qIdForNode
(node)
Detailed Description¶
-
PySide2.Qt3DCore.Qt3DCore.
ChangeFlag
¶ The types of change that can be sent and received by Qt3D’s change notification system.
Constant
Description
Qt3DCore.NodeCreated
A new instance of a
QNode
subclass has been created.Qt3DCore.NodeDeleted
A
QNode
has been deleted.Qt3DCore.PropertyUpdated
A
QNode
property has been updated.Qt3DCore.PropertyValueAdded
A
QNode
has been added to the scene.Qt3DCore.PropertyValueRemoved
A
QNode
has been removed from the scene.Qt3DCore.CommandRequested
A
QNodeCommand
has been sent between a node and its backend.Qt3DCore.ComponentAdded
A
QComponent
has been added to aQEntity
.Qt3DCore.ComponentRemoved
A
QComponent
has been removed from aQEntity
.Qt3DCore.CallbackTriggered
A
QNode
triggered a callback.Qt3DCore.AllChanges
Allows an observer to monitor for any of the above changes.