protected EntityId CreateEntities <T>(uint count) { return(ecs.new_w_count(world, Caches.GetComponentTypeId(world, typeof(T)), count)); }