EntityList.CopyTo(Entity[],int).md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.EntityList
EntityList.CopyTo(Entity[], int) Method
Copies the entities of the EntityList to an Entity[], starting at the given index
public void CopyTo(Friflo.Engine.ECS.Entity[] array, int index);
Parameters
index System.Int32