ChunkEntities.EntityAt(int).md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.ChunkEntities

ChunkEntities.EntityAt(int) Method

Return the Entity for a Chunk<T> component at the given index.

public Friflo.Engine.ECS.Entity EntityAt(int index);

Parameters

index System.Int32

Returns

Entity

Contents

  1. 0.1Friflo.Engine.ECS.ChunkEntities
  2. 1ChunkEntities.EntityAt(int) Method