removeEntity method
Implementation
@pragma('vm:prefer-inline')
void removeEntity(EntityID e) {
if (_removedEntities.add(e)) {
_removeCount++;
}
}
@pragma('vm:prefer-inline')
void removeEntity(EntityID e) {
if (_removedEntities.add(e)) {
_removeCount++;
}
}