| 86 | } |
| 87 | |
| 88 | List<EntityId> EntityMap::entityIds() const { |
| 89 | return m_spatialMap.keys(); |
| 90 | } |
| 91 | |
| 92 | void EntityMap::updateAllEntities(EntityCallback const& callback, function<bool(EntityPtr const&, EntityPtr const&)> sortOrder) { |
| 93 | auto updateEntityInfo = [&](SpatialMap::Entry const& entry) { |
no test coverage detected