EntityStoreBase.Archetypes.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntityStoreBase

EntityStoreBase.Archetypes Property

Array of Archetype's utilized by the entity store

public System.ReadOnlySpan<Friflo.Engine.ECS.Archetype> Archetypes { get; }

Property Value

System.ReadOnlySpan<Archetype>

Remarks

Each Archetype contains all entities of a specific combination of struct components.

Contents

  1. 0.1Friflo.Engine.ECS.EntityStoreBase
  2. 1EntityStoreBase.Archetypes Property
  3. 1.1Remarks