QComponentAddedChange

PyQt5.Qt3DCore.QComponentAddedChange

Inherits from QSceneChange.

Description

The QComponentAddedChange class is used to notify when a component is added to an entity.

Methods

__init__(QEntity, QComponent)

Constructs a new QComponentAddedChange which will notify entity that component was added


__init__(QComponent, QEntity)

Constructs a new QComponentAddedChange which will notify component that it was added to entity


componentId() → QNodeId

Returns the id of the component added.


componentMetaObject() → QMetaObject

Returns the metaobject.


entityId() → QNodeId

Returns the id of the entity the component was added to.