EntityStore.CreateEntity().md

July 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntityStore

EntityStore.CreateEntity() Method

Create and return a new Entity in the entity store.
See Example.

public Friflo.Engine.ECS.Entity CreateEntity();

Returns

Entity
An attached and floating entity

Contents

  1. 0.1Friflo.Engine.ECS.EntityStore
  2. 1EntityStore.CreateEntity() Method