内容表

上一话题

Qt3DCore.QStaticPropertyValueAddedChangeBase

下一话题

Qt3DCore.QTransform

Qt3DCore.QStaticPropertyValueRemovedChangeBase

QStaticPropertyValueRemovedChangeBase class is the base class for all static PropertyValueRemoved QSceneChange 事件。 更多

Inheritance diagram of PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueRemovedChangeBase

继承者: Qt3DCore.QPropertyNodeRemovedChange , Qt3DCore.QPropertyValueRemovedChange

概要

详细描述

class PySide2.Qt3DCore.Qt3DCore. QStaticPropertyValueRemovedChangeBase ( subjectId )

注意

This constructor is deprecated.

param subjectId

QNodeId

构造新 QStaticPropertyValueRemovedChangeBase with subjectId

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

str

Returns name of the property.

另请参阅

setPropertyName()

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

name – str

Sets the property change name .

另请参阅

propertyName()