EntityList.AddTree(Entity).md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.EntityList
EntityList.AddTree(Entity) Method
Adds the entity and recursively all child entities of the given entity to the end of the EntityList.
public void AddTree(Friflo.Engine.ECS.Entity entity);
Parameters
entity Entity