Qt3DCore.QPropertyUpdatedChangeBase¶
The
QPropertyUpdatedChangeBase
class is the base class for allPropertyUpdated
QSceneChange
events. More…

Inherited by: Qt3DCore.QDynamicPropertyUpdatedChange, Qt3DCore.QPropertyUpdatedChange, Qt3DCore.QStaticPropertyUpdatedChangeBase
Detailed Description¶
The
QPropertyUpdatedChangeBase
class is the base class for allQSceneChange
events that have the changeType()PropertyUpdated
. You should not need to instantiate this class. Usually you should be using one of its subclasses such asQPropertyUpdatedChange
or QTypedPropertyUpdatedChange.You can subclass this to create your own node update types for communication between your
QNode
andQBackendNode
subclasses when writing your own aspects.
-
class
PySide2.Qt3DCore.Qt3DCore.
QPropertyUpdatedChangeBase
(subjectId)¶ - param subjectId
QNodeId
Constructs a new
QPropertyUpdatedChangeBase
withsubjectId