QComponentRemovedChange

PyQt5.Qt3DCore.QComponentRemovedChange

Inherits from QSceneChange.

Description

The QComponentRemovedChange class is used to notify when a component is removed from an entity.

Methods

__init__(QEntity, QComponent)

Constructs a new QComponentRemovedChange which will notify entity that component was removed.


__init__(QComponent, QEntity)

Constructs a new QComponentRemovedChange which will notify component that it was removed from entity


componentId() → QNodeId

Returns the id of the component removed.


componentMetaObject() → QMetaObject

Returns the metaobject.


entityId() → QNodeId

Returns the id of the entity the component was removed from.