QPropertyValueRemovedChange

PyQt5.Qt3DCore.QPropertyValueRemovedChange

Inherits from QStaticPropertyValueRemovedChangeBase.

Description

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

Methods

__init__(QNodeId)

Constructs a new QPropertyValueRemovedChange with subjectId.


removedValue() → Any

Returns the value removed from the property.

See also

setRemovedValue().


setRemovedValue(Any)

Sets the value removed from the property to value.

See also

removedValue().