Archetype.Entities.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.Archetype

Archetype.Entities Property

Return all Entity's stored in the Archetype.

public Friflo.Engine.ECS.QueryEntities Entities { get; }

Property Value

QueryEntities

Remarks

Property is mainly used for debugging.
For efficient access to entity IComponent's use one of the generic

EntityStore.Query()

methods.

Contents

  1. 0.1Friflo.Engine.ECS.Archetype
  2. 1Archetype.Entities Property
  3. 1.1Remarks