内容表

上一话题

Qt3DCore.QSkeletonLoader

下一话题

Qt3DCore.QStaticPropertyValueAddedChangeBase

Qt3DCore.QStaticPropertyUpdatedChangeBase

QStaticPropertyUpdatedChangeBase class is the base class for all static PropertyUpdated QSceneChange 事件。 更多

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QStaticPropertyUpdatedChangeBase

继承者: Qt3DCore.QPropertyUpdatedChange

概要

详细描述

class PySide2.Qt3DCore.Qt3DCore. QStaticPropertyUpdatedChangeBase ( subjectId )

注意

This constructor is deprecated.

param subjectId

QNodeId

构造新 QStaticPropertyUpdatedChangeBase with subjectId

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

str

Returns name of the property.

另请参阅

setPropertyName()

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

name – str

Sets the property change name .

另请参阅

propertyName()