EntityList.Add(Entity).md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntityList

EntityList.Add(Entity) Method

Adds the given entity to the end of the EntityList.

public void Add(Friflo.Engine.ECS.Entity entity);

Parameters

entity Entity

Contents

  1. 0.1Friflo.Engine.ECS.EntityList
  2. 1EntityList.Add(Entity) Method