QStaticPropertyUpdatedChangeBase

PyQt5.Qt3DCore.QStaticPropertyUpdatedChangeBase

Inherits from QPropertyUpdatedChangeBase.

Inherited by QPropertyUpdatedChange.

Description

The QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange events.

Methods

__init__(QNodeId)

Constructs a new QStaticPropertyUpdatedChangeBase with subjectId


propertyName() → str

Returns name of the property.

See also

setPropertyName().


setPropertyName(str)

Sets the property change name.

See also

propertyName().