The QComponentRemovedChange class is used to notify when a component is removed from an entity 更多...
头: | #include <Qt3DCore/QComponentRemovedChange> |
qmake: | QT += 3dcore |
继承: | Qt3DCore::QSceneChange |
QComponentRemovedChange (const QEntity * entity , const QComponent * component ) | |
QComponentRemovedChange (const QComponent * component , const QEntity * entity ) | |
~QComponentRemovedChange () | |
QNodeId | componentId () const |
const QMetaObject * | componentMetaObject () const |
QNodeId | entityId () const |
typedef | QComponentRemovedChangePtr |
The QComponentRemovedChange class is used to notify when a component is removed from an entity
构造新的 QComponentRemovedChange which will notify entity that component was removed.
构造新的 QComponentRemovedChange which will notify component that it was removed from entity
Destroys the instance of QComponentRemovedChange.
Returns the id of the component removed.
Returns the metaobject.
Returns the id of the entity the component was removed from.
共享指针为 QComponentRemovedChange .