mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 19:47:38 +02:00
start on code to remap constraint IDs during import
This commit is contained in:
parent
7a1a9d6496
commit
cfe118e2c6
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ public:
|
|||
AssignmentDynamic(EntityDynamicType type, const QUuid& id, EntityItemPointer ownerEntity);
|
||||
virtual ~AssignmentDynamic();
|
||||
|
||||
virtual void remapIDs(QHash<EntityItemID, EntityItemID>* map) override {};
|
||||
|
||||
virtual void removeFromSimulation(EntitySimulationPointer simulation) const override;
|
||||
virtual EntityItemWeakPointer getOwnerEntity() const override { return _ownerEntity; }
|
||||
virtual void setOwnerEntity(const EntityItemPointer ownerEntity) override { _ownerEntity = ownerEntity; }
|
||||
|
|
Loading…
Reference in a new issue