QStaticPropertyUpdatedChangeBase

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

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QStaticPropertyUpdatedChangeBase

Inherited by: QPropertyUpdatedChange

Synopsis

Functions

Detailed Description

class PySide2.Qt3DCore.Qt3DCore.QStaticPropertyUpdatedChangeBase(subjectId)

Note

This constructor is deprecated.

param subjectId:

PySide2.Qt3DCore.Qt3DCore.QNodeId

Constructs a new QStaticPropertyUpdatedChangeBase with subjectId

PySide2.Qt3DCore.Qt3DCore.QStaticPropertyUpdatedChangeBase.propertyName()
Return type:

str

Returns name of the property.

PySide2.Qt3DCore.Qt3DCore.QStaticPropertyUpdatedChangeBase.setPropertyName(name)
Parameters:

name – str

Sets the property change name .

See also

propertyName()