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(Any)
Sets the value removed from the property to value.
See also