QDynamicPropertyUpdatedChange

PyQt5.Qt3DCore.QDynamicPropertyUpdatedChange

Inherits from QPropertyUpdatedChangeBase.

Description

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

Methods

__init__(QNodeId)

Constructs a new QDynamicPropertyUpdatedChange with subjectId.


propertyName() → QByteArray

Returns name of the property.

See also

setPropertyName().


setPropertyName(Union[QByteArray, bytes, bytearray])

Sets the property change name.

See also

propertyName().


setValue(Any)

Set the property change value.

See also

value().


value() → Any

Returns property value.

See also

setValue().