Closed jul1278 closed 8 years ago
At the moment we can't delete 'related' components, If I delete a TransformComponent there's no way of deleting the corresponding GraphicsComponent. We need to be using the entity id.
Consider a method for associating a collection name with ids so you can call NewComponent(id) without specifying the collection name.
NewEntityId("CollectionName"); etc
both tasks now complete
At the moment we can't delete 'related' components, If I delete a TransformComponent there's no way of deleting the corresponding GraphicsComponent. We need to be using the entity id.