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

array Entity[]

index System.Int32

Contents

  1. 0.1Friflo.Engine.ECS.EntityList
  2. 1EntityList.CopyTo(Entity[], int) Method