QPropertyUpdatedChange

PyQt5.Qt3DCore.QPropertyUpdatedChange

Inherits from QStaticPropertyUpdatedChangeBase.

Description

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

Methods

__init__(QNodeId)

Constructs a new QPropertyUpdatedChange with subjectId.


setValue(Any)

Set the property change value.

See also

value().


value() → Any

Returns property value.

See also

setValue().