EntityList.Add(int).md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntityList

EntityList.Add(int) Method

Adds the entity with the given id to the end of the EntityList.

public void Add(int id);

Parameters

id System.Int32

Contents

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