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.