Qt3DCore.QComponentRemovedChange¶
The
QComponentRemovedChange
class is used to notify when a component is removed from an entity. More…

Synopsis¶
Functions¶
def
componentId
()def
componentMetaObject
()def
entityId
()
Detailed Description¶
-
class
PySide2.Qt3DCore.Qt3DCore.
QComponentRemovedChange
(component, entity)¶ PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange(entity, component)
- param component
QComponent
- param entity
QEntity
Constructs a new
QComponentRemovedChange
which will notifycomponent
that it was removed fromentity
Constructs a new
QComponentRemovedChange
which will notifyentity
thatcomponent
was removed.
-
PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange.
componentId
()¶ - Return type
QNodeId
Returns the id of the component removed.
-
PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange.
componentMetaObject
()¶ - Return type
QMetaObject
Returns the metaobject.
-
PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange.
entityId
()¶ - Return type
QNodeId
Returns the id of the entity the component was removed from.