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

System.Int32

Remarks

Execution time O(matching Archetypes).
Typically, there are only a few matching Archetypes.

Contents

  1. 0.1Friflo.Engine.ECS.ArchetypeQuery
  2. 1ArchetypeQuery.Count Property
  3. 1.1Remarks