CreateEntityBatch.CreateEntity().md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.CreateEntityBatch
CreateEntityBatch.CreateEntity() Method
Creates an entity with the components and tags previously added.
Added batch components and tags are not cleared.
public Friflo.Engine.ECS.Entity CreateEntity();
Returns
Remarks
Subsequent use of a batch returned by Batch(autoReturn: true) throws BatchAlreadyReturnedException.