CreateEntityBatch.CreateEntityBatch(EntityStoreBase).md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.CreateEntityBatch
CreateEntityBatch(EntityStoreBase) Constructor
Creates a batch used to create entities with components and tags added to the batch.
The created batch instance can be cached.
public CreateEntityBatch(Friflo.Engine.ECS.EntityStoreBase store);
Parameters
store EntityStoreBase