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

Contents

  1. 0.1Friflo.Engine.ECS.CreateEntityBatch
  2. 1CreateEntityBatch(EntityStoreBase) Constructor