removeEntity method
Removes the given entity and its associated components from the registry.
Implementation
void removeEntity(Entity entity) {
_di.removeGroup(groupEntity: entity);
}
Removes the given entity and its associated components from the registry.
void removeEntity(Entity entity) {
_di.removeGroup(groupEntity: entity);
}