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