QPropertyUpdatedChange¶

The QPropertyUpdatedChange class is used to notify when a property value is updated. More…

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QPropertyUpdatedChange

Synopsis¶

Functions¶

Detailed Description¶

class PySide2.Qt3DCore.Qt3DCore.QPropertyUpdatedChange(subjectId)¶

Note

This constructor is deprecated.

param subjectId:

PySide2.Qt3DCore.Qt3DCore.QNodeId

Constructs a new QPropertyUpdatedChange with subjectId .

PySide2.Qt3DCore.Qt3DCore.QPropertyUpdatedChange.setValue(value)¶
Parameters:

value – object

Set the property change value .

See also

value()

PySide2.Qt3DCore.Qt3DCore.QPropertyUpdatedChange.value()¶
Return type:

object

Returns property value.

See also

setValue()