ArchetypeQuery.Count.md
May 21, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.ArchetypeQuery
ArchetypeQuery.Count Property
Return the number of entities matching the query.
public int Count { get; }
Property Value
Remarks
Execution time O(matching Archetypes).
Typically, there are only a few matching Archetypes.