QPropertyValueAddedChange

PyQt5.Qt3DCore.QPropertyValueAddedChange

Inherits from QStaticPropertyValueAddedChangeBase.

Description

Used to notify when a value is added to a property.

Methods

__init__(QNodeId)

Constructs a new QPropertyValueAddedChange with subjectId.


addedValue() → Any

Returns the value added to the property.

See also

setAddedValue().


setAddedValue(Any)

Sets the value added to the property to value.

See also

addedValue().