Qt3DCore.QStaticPropertyValueAddedChangeBase

QStaticPropertyValueAddedChangeBase class is the base class for all static PropertyValueAdded QSceneChange 事件。 更多

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueAddedChangeBase

继承者: Qt3DCore.QPropertyNodeAddedChange , Qt3DCore.QPropertyValueAddedChange

概要

详细描述

class PySide2.Qt3DCore.Qt3DCore. QStaticPropertyValueAddedChangeBase ( subjectId )

注意

This constructor is deprecated.

param subjectId

QNodeId

构造新 QStaticPropertyValueAddedChangeBase with subjectId

PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueAddedChangeBase. propertyName ( )
返回类型

str

Returns name of the property.

另请参阅

setPropertyName()

PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueAddedChangeBase. setPropertyName ( name )
参数

name – str

Sets the property change name .

另请参阅

propertyName()